Class ScreenEvent.Preedit.Pre

java.lang.Object
net.neoforged.bus.api.Event
All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
Enclosing class:
ScreenEvent.Preedit

public static class ScreenEvent.Preedit.Pre extends ScreenEvent.Preedit implements net.neoforged.bus.api.ICancellableEvent

Fired before the preedit event is received by the screen's preedit handler.

This event is cancellable. If this event is canceled, the screen's preedit handler will be bypassed and the corresponding Post will not be fired.

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