public static class GuiScreenEvent.KeyboardInputEvent extends GuiScreenEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
GuiScreenEvent.KeyboardInputEvent.Post
This event fires after
GuiScreen.handleKeyboardInput() provided that the active
screen has not been changed as a result of GuiScreen.handleKeyboardInput() and
the GuiScreen.keyHandled flag has not been set. |
static class |
GuiScreenEvent.KeyboardInputEvent.Pre
This event fires when keyboard input is detected by a GuiScreen.
|
GuiScreenEvent.ActionPerformedEvent, GuiScreenEvent.BackgroundDrawnEvent, GuiScreenEvent.DrawScreenEvent, GuiScreenEvent.InitGuiEvent, GuiScreenEvent.KeyboardInputEvent, GuiScreenEvent.MouseInputEvent, GuiScreenEvent.PotionShiftEventEvent.HasResult, Event.Result| Constructor and Description |
|---|
KeyboardInputEvent(GuiScreen gui) |
getGuigetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic KeyboardInputEvent(GuiScreen gui)