Class ScreenEvent.KeyPressed.Post
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.client.event.ScreenEvent
net.neoforged.neoforge.client.event.ScreenEvent.KeyInput
net.neoforged.neoforge.client.event.ScreenEvent.KeyPressed
net.neoforged.neoforge.client.event.ScreenEvent.KeyPressed.Post
- All Implemented Interfaces:
 net.neoforged.bus.api.ICancellableEvent
- Enclosing class:
 - ScreenEvent.KeyPressed
 
public static class ScreenEvent.KeyPressed.Post
extends ScreenEvent.KeyPressed
implements net.neoforged.bus.api.ICancellableEvent
Fired after the key press is handled, if not handled by the screen
 and the corresponding 
ScreenEvent.KeyPressed.Pre is not cancelled.
 This event is cancellable, and does not have a result. If the event is cancelled, the key press will be set as handled.
This event is fired on the main Forge event bus, only on the logical client.
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.neoforged.neoforge.client.event.ScreenEvent.KeyPressed
ScreenEvent.KeyPressed.Post, ScreenEvent.KeyPressed.PreNested classes/interfaces inherited from class net.neoforged.neoforge.client.event.ScreenEvent
ScreenEvent.BackgroundRendered, ScreenEvent.CharacterTyped, ScreenEvent.Closing, ScreenEvent.Init, ScreenEvent.KeyPressed, ScreenEvent.KeyReleased, ScreenEvent.MouseButtonPressed, ScreenEvent.MouseButtonReleased, ScreenEvent.MouseDragged, ScreenEvent.MouseScrolled, ScreenEvent.Opening, ScreenEvent.Render, ScreenEvent.RenderInventoryMobEffectsNested classes/interfaces inherited from class net.neoforged.bus.api.Event
net.neoforged.bus.api.Event.HasResult, net.neoforged.bus.api.Event.Result - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.neoforged.neoforge.client.event.ScreenEvent.KeyInput
getKeyCode, getModifiers, getScanCodeMethods inherited from class net.neoforged.neoforge.client.event.ScreenEvent
getScreenMethods inherited from class net.neoforged.bus.api.Event
getResult, hasResult, setResultMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.neoforged.bus.api.ICancellableEvent
isCanceled, setCanceled 
- 
Constructor Details
- 
Post
 
 -