public static class GuiScreenEvent.KeyboardKeyPressedEvent.Post extends GuiScreenEvent.KeyboardKeyPressedEvent
IGuiEventListener.keyPressed(int, int, int)
if the key was not already handled.
Cancel this event when you successfully use the keyboard input to prevent other handlers from using the same input.GuiScreenEvent.KeyboardKeyPressedEvent.Post, GuiScreenEvent.KeyboardKeyPressedEvent.Pre
GuiScreenEvent.ActionPerformedEvent, GuiScreenEvent.BackgroundDrawnEvent, GuiScreenEvent.DrawScreenEvent, GuiScreenEvent.InitGuiEvent, GuiScreenEvent.KeyboardCharTypedEvent, GuiScreenEvent.KeyboardKeyEvent, GuiScreenEvent.KeyboardKeyPressedEvent, GuiScreenEvent.KeyboardKeyReleasedEvent, GuiScreenEvent.MouseClickedEvent, GuiScreenEvent.MouseDragEvent, GuiScreenEvent.MouseInputEvent, GuiScreenEvent.MouseReleasedEvent, GuiScreenEvent.MouseScrollEvent, GuiScreenEvent.PotionShiftEvent
Event.HasResult, Event.Result
getKeyCode, getModifiers, getScanCode
getGui
getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public Post(Screen gui, int keyCode, int scanCode, int modifiers)