类 InputEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.InputEvent
- 直接已知子类:
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.
- 另请参阅:
-
嵌套类概要
嵌套类修饰符和类型类说明static class
Fired when a keymapping that by default involves clicking the mouse buttons is triggered.static class
Fired when a keyboard key input occurs, such as pressing, releasing, or repeating a key.static class
Fired when a mouse button is pressed/released.static class
Fired when a mouse scroll wheel is used outside of a screen and a player is loaded, before being processed by vanilla.从类继承的嵌套类/接口 net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
构造器详细资料
-
InputEvent
@Internal protected InputEvent()
-