Class GuiScreenEvent.KeyboardCharTypedEvent.Post

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.GuiScreenEvent
net.minecraftforge.client.event.GuiScreenEvent.KeyboardCharTypedEvent
net.minecraftforge.client.event.GuiScreenEvent.KeyboardCharTypedEvent.Post
Enclosing class:
GuiScreenEvent.KeyboardCharTypedEvent

public static class GuiScreenEvent.KeyboardCharTypedEvent.Post extends GuiScreenEvent.KeyboardCharTypedEvent
This event fires after IGuiEventListener.charTyped(char, int) if the character was not already handled. Cancel this event when you successfully use the keyboard input to prevent other handlers from using the same input.
  • Constructor Details

    • Post

      public Post(Screen gui, char codePoint, int modifiers)