public class GuiScreenEvent extends Event
| Modifier and Type | Class and Description |
|---|---|
static class |
GuiScreenEvent.ActionPerformedEvent |
static class |
GuiScreenEvent.BackgroundDrawnEvent
This event fires at the end of
GuiScreen.drawDefaultBackground() and before the rest of the Gui draws. |
static class |
GuiScreenEvent.DrawScreenEvent |
static class |
GuiScreenEvent.InitGuiEvent |
static class |
GuiScreenEvent.KeyboardInputEvent |
static class |
GuiScreenEvent.MouseInputEvent |
Event.HasResult, Event.Result| Modifier and Type | Field and Description |
|---|---|
GuiScreen |
gui
The GuiScreen object generating this event.
|
| Constructor and Description |
|---|
GuiScreenEvent(GuiScreen gui) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup