Class ScreenEvent.CharacterTyped.Post

java.lang.Object
net.minecraftforge.eventbus.api.Event
Enclosing class:
ScreenEvent.CharacterTyped

public static class ScreenEvent.CharacterTyped.Post extends ScreenEvent.CharacterTyped
Fired after the character input is handled, if not handled by the screen and the corresponding ScreenEvent.CharacterTyped.Pre is not cancelled.

This event is cancellable, and does not have a result. If the event is cancelled, the character input will be set as handled.

This event is fired on the main Forge event bus, only on the logical client.

  • Constructor Details

    • Post

      @Internal public Post(Screen screen, char codePoint, int modifiers)