Uses of Class
net.neoforged.neoforge.client.event.InputEvent
Packages that use InputEvent
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of InputEvent in net.neoforged.neoforge.client.event
Subclasses of InputEvent in net.neoforged.neoforge.client.eventModifier and TypeClassDescriptionstatic classFired when a keymapping that by default involves clicking the mouse buttons is triggered.static classFired when a keyboard key input occurs, such as pressing, releasing, or repeating a key.static classFired when a mouse button is pressed/released.static classFired when a mouse button is pressed/released, after processing.static classFired when a mouse button is pressed/released, before being processed by vanilla.static classFired when a mouse scroll wheel is used outside of a screen and a player is loaded, before being processed by vanilla.