public class InputEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Class and Description |
---|---|
static class |
InputEvent.ClickInputEvent
This event fires when one of the keybindings that by default involves clicking the mouse buttons
is triggered.
|
static class |
InputEvent.KeyInputEvent
This event fires when a keyboard input is detected.
|
static class |
InputEvent.MouseInputEvent
This event fires when a mouse input is detected.
|
static class |
InputEvent.MouseScrollEvent
This event fires when the mouse scroll wheel is used outside of a gui.
|
static class |
InputEvent.RawMouseEvent
A cancellable mouse event fired before key bindings are updated
|
Constructor and Description |
---|
InputEvent() |