Interface AbstractInput

All Known Implementing Classes:
Click, KeyInput, MouseInput

@Environment(CLIENT) public interface AbstractInput
Mappings:
Namespace Name
named net/minecraft/client/input/AbstractInput
intermediary net/minecraft/class_11907
official gtg
  • Field Details

    • field_62593

      static final int field_62593
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_62593 Lnet/minecraft/client/input/AbstractInput;field_62593:I
      intermediary field_62593 Lnet/minecraft/class_11907;field_62593:I
      official a Lgtg;a:I
  • Method Details

    • getKeycode

      int getKeycode()
      Mappings:
      Namespace Name Mixin selector
      named getKeycode Lnet/minecraft/client/input/AbstractInput;getKeycode()I
      intermediary method_74228 Lnet/minecraft/class_11907;method_74228()I
      official a Lgtg;a()I
    • modifiers

      int modifiers()
      Mappings:
      Namespace Name Mixin selector
      named modifiers Lnet/minecraft/client/input/AbstractInput;modifiers()I
      intermediary comp_4797 Lnet/minecraft/class_11907;comp_4797()I
      official b Lgtg;b()I
    • isEnterOrSpace

      default boolean isEnterOrSpace()
      Mappings:
      Namespace Name Mixin selector
      named isEnterOrSpace Lnet/minecraft/client/input/AbstractInput;isEnterOrSpace()Z
      intermediary method_74229 Lnet/minecraft/class_11907;method_74229()Z
      official c Lgtg;c()Z
    • isEnter

      default boolean isEnter()
      Mappings:
      Namespace Name Mixin selector
      named isEnter Lnet/minecraft/client/input/AbstractInput;isEnter()Z
      intermediary method_74230 Lnet/minecraft/class_11907;method_74230()Z
      official d Lgtg;d()Z
    • isEscape

      default boolean isEscape()
      Mappings:
      Namespace Name Mixin selector
      named isEscape Lnet/minecraft/client/input/AbstractInput;isEscape()Z
      intermediary method_74231 Lnet/minecraft/class_11907;method_74231()Z
      official e Lgtg;e()Z
    • isLeft

      default boolean isLeft()
      Mappings:
      Namespace Name Mixin selector
      named isLeft Lnet/minecraft/client/input/AbstractInput;isLeft()Z
      intermediary method_74232 Lnet/minecraft/class_11907;method_74232()Z
      official f Lgtg;f()Z
    • isRight

      default boolean isRight()
      Mappings:
      Namespace Name Mixin selector
      named isRight Lnet/minecraft/client/input/AbstractInput;isRight()Z
      intermediary method_74233 Lnet/minecraft/class_11907;method_74233()Z
      official g Lgtg;g()Z
    • isUp

      default boolean isUp()
      Mappings:
      Namespace Name Mixin selector
      named isUp Lnet/minecraft/client/input/AbstractInput;isUp()Z
      intermediary method_74234 Lnet/minecraft/class_11907;method_74234()Z
      official h Lgtg;h()Z
    • isDown

      default boolean isDown()
      Mappings:
      Namespace Name Mixin selector
      named isDown Lnet/minecraft/client/input/AbstractInput;isDown()Z
      intermediary method_74235 Lnet/minecraft/class_11907;method_74235()Z
      official i Lgtg;i()Z
    • isTab

      default boolean isTab()
      Mappings:
      Namespace Name Mixin selector
      named isTab Lnet/minecraft/client/input/AbstractInput;isTab()Z
      intermediary method_74236 Lnet/minecraft/class_11907;method_74236()Z
      official j Lgtg;j()Z
    • asNumber

      default int asNumber()
      Mappings:
      Namespace Name Mixin selector
      named asNumber Lnet/minecraft/client/input/AbstractInput;asNumber()I
      intermediary method_74237 Lnet/minecraft/class_11907;method_74237()I
      official k Lgtg;k()I
    • hasAlt

      default boolean hasAlt()
      Mappings:
      Namespace Name Mixin selector
      named hasAlt Lnet/minecraft/client/input/AbstractInput;hasAlt()Z
      intermediary method_74238 Lnet/minecraft/class_11907;method_74238()Z
      official l Lgtg;l()Z
    • hasShift

      default boolean hasShift()
      Mappings:
      Namespace Name Mixin selector
      named hasShift Lnet/minecraft/client/input/AbstractInput;hasShift()Z
      intermediary method_74239 Lnet/minecraft/class_11907;method_74239()Z
      official m Lgtg;m()Z
    • hasCtrl

      default boolean hasCtrl()
      Mappings:
      Namespace Name Mixin selector
      named hasCtrl Lnet/minecraft/client/input/AbstractInput;hasCtrl()Z
      intermediary method_74240 Lnet/minecraft/class_11907;method_74240()Z
      official n Lgtg;n()Z
    • isSelectAll

      default boolean isSelectAll()
      Mappings:
      Namespace Name Mixin selector
      named isSelectAll Lnet/minecraft/client/input/AbstractInput;isSelectAll()Z
      intermediary method_74241 Lnet/minecraft/class_11907;method_74241()Z
      official o Lgtg;o()Z
    • isCopy

      default boolean isCopy()
      Mappings:
      Namespace Name Mixin selector
      named isCopy Lnet/minecraft/client/input/AbstractInput;isCopy()Z
      intermediary method_74242 Lnet/minecraft/class_11907;method_74242()Z
      official p Lgtg;p()Z
    • isPaste

      default boolean isPaste()
      Mappings:
      Namespace Name Mixin selector
      named isPaste Lnet/minecraft/client/input/AbstractInput;isPaste()Z
      intermediary method_74243 Lnet/minecraft/class_11907;method_74243()Z
      official q Lgtg;q()Z
    • isCut

      default boolean isCut()
      Mappings:
      Namespace Name Mixin selector
      named isCut Lnet/minecraft/client/input/AbstractInput;isCut()Z
      intermediary method_74244 Lnet/minecraft/class_11907;method_74244()Z
      official r Lgtg;r()Z