Uses of Class
net.neoforged.neoforge.client.event.ScreenEvent.KeyInput
Packages that use ScreenEvent.KeyInput
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of ScreenEvent.KeyInput in net.neoforged.neoforge.client.event
Subclasses of ScreenEvent.KeyInput in net.neoforged.neoforge.client.eventModifier and TypeClassDescriptionstatic classFired when a keyboard key is pressed.static classFired after the key press is handled, if not handled by the screen and the correspondingScreenEvent.KeyPressed.Preis not cancelled.static classFired before the key press is handled by the screen.static classFired when a keyboard key is released.static classFired after the key release is handled, if not handled by the screen and the correspondingScreenEvent.KeyReleased.Preis not cancelled.static classFired before the key release is handled by the screen.