Class InputEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class 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
      • Nested 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 
      Constructor Description
      InputEvent()  
    • Method Summary

      • Methods inherited from class net.minecraftforge.eventbus.api.Event

        getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InputEvent

        public InputEvent()