类 ScreenEvent.CharacterTyped.Post

java.lang.Object
net.minecraftforge.eventbus.api.Event
封闭类:
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.

  • 构造器详细资料

    • Post

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