Package net.minecraftforge.client.event
Class InputEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.InputEvent
- Direct Known Subclasses:
InputEvent.ClickInputEvent,InputEvent.KeyInputEvent,InputEvent.MouseInputEvent,InputEvent.MouseScrollEvent,InputEvent.RawMouseEvent
public class InputEvent
extends net.minecraftforge.eventbus.api.Event
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis event fires when one of the keybindings that by default involves clicking the mouse buttons is triggered.static classThis event fires when a keyboard input is detected.static classThis event fires when a mouse input is detected.static classThis event fires when the mouse scroll wheel is used outside of a gui.static classA cancellable mouse event fired before key bindings are updatedNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
-
Constructor Details
-
InputEvent
public InputEvent()
-