Package net.minecraftforge.client.event
Class InputEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.InputEvent
- Direct Known Subclasses:
- InputEvent.InteractionKeyMappingTriggered,- InputEvent.Key,- InputEvent.MouseButton,- InputEvent.MouseScrollingEvent
public abstract class InputEvent
extends net.minecraftforge.eventbus.api.Event
Fired when an input is detected from the user's input devices.
 See the various subclasses to listen for specific devices and inputs.
- 
Nested Class SummaryNested ClassesModifier 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 scroll wheel is used outside of a screen and a player is loaded, before being processed by vanilla.Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Eventnet.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraftforge.eventbus.api.EventgetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
- 
Constructor Details- 
InputEvent@Internal protected InputEvent()
 
-