Class InputEvent

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.client.event.InputEvent
Direct Known Subclasses:
InputEvent.InteractionKeyMappingTriggered, InputEvent.Key, InputEvent.MouseButton, InputEvent.MouseScrollingEvent

public abstract class InputEvent extends net.neoforged.bus.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.
See Also:
  • Constructor Details

    • InputEvent

      @Internal protected InputEvent()