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.PreGuiScreenEvent.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.PotionShiftEventEvent.HasResult, Event.ResultgetKeyCode, getModifiers, getScanCodegetGuigetListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic Post(Screen gui, int keyCode, int scanCode, int modifiers)