Package net.minecraft.client.input
Interface AbstractInput
- All Known Implementing Classes:
Click,KeyInput,MouseInput
- Mappings:
Namespace Name named net/minecraft/client/input/AbstractInputintermediary net/minecraft/class_11907official gwk
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault intasNumber()intdefault booleanhasAlt()default booleanhasCtrl()default booleandefault booleanhasShift()default booleanisCopy()default booleanisCut()default booleanisDown()default booleanisEnter()default booleandefault booleanisEscape()default booleanisLeft()default booleanisPaste()default booleanisRight()default booleandefault booleanisTab()default booleanisUp()int
-
Field Details
-
NOT_A_NUMBER
static final int NOT_A_NUMBER- See Also:
- Mappings:
Namespace Name Mixin selector named NOT_A_NUMBERLnet/minecraft/client/input/AbstractInput;NOT_A_NUMBER:Iintermediary field_62593Lnet/minecraft/class_11907;field_62593:Iofficial aLgwk;a:I
-
-
Method Details
-
getKeycode
int getKeycode()- Mappings:
Namespace Name Mixin selector named getKeycodeLnet/minecraft/client/input/AbstractInput;getKeycode()Iintermediary method_74228Lnet/minecraft/class_11907;method_74228()Iofficial aLgwk;a()I
-
modifiers
int modifiers()- Mappings:
Namespace Name Mixin selector named modifiersLnet/minecraft/client/input/AbstractInput;modifiers()Iintermediary comp_4797Lnet/minecraft/class_11907;comp_4797()Iofficial bLgwk;b()I
-
isEnterOrSpace
default boolean isEnterOrSpace()- Mappings:
Namespace Name Mixin selector named isEnterOrSpaceLnet/minecraft/client/input/AbstractInput;isEnterOrSpace()Zintermediary method_74229Lnet/minecraft/class_11907;method_74229()Zofficial cLgwk;c()Z
-
isEnter
default boolean isEnter()- Mappings:
Namespace Name Mixin selector named isEnterLnet/minecraft/client/input/AbstractInput;isEnter()Zintermediary method_74230Lnet/minecraft/class_11907;method_74230()Zofficial dLgwk;d()Z
-
isEscape
default boolean isEscape()- Mappings:
Namespace Name Mixin selector named isEscapeLnet/minecraft/client/input/AbstractInput;isEscape()Zintermediary method_74231Lnet/minecraft/class_11907;method_74231()Zofficial eLgwk;e()Z
-
isLeft
default boolean isLeft()- Mappings:
Namespace Name Mixin selector named isLeftLnet/minecraft/client/input/AbstractInput;isLeft()Zintermediary method_74232Lnet/minecraft/class_11907;method_74232()Zofficial fLgwk;f()Z
-
isRight
default boolean isRight()- Mappings:
Namespace Name Mixin selector named isRightLnet/minecraft/client/input/AbstractInput;isRight()Zintermediary method_74233Lnet/minecraft/class_11907;method_74233()Zofficial gLgwk;g()Z
-
isUp
default boolean isUp()- Mappings:
Namespace Name Mixin selector named isUpLnet/minecraft/client/input/AbstractInput;isUp()Zintermediary method_74234Lnet/minecraft/class_11907;method_74234()Zofficial hLgwk;h()Z
-
isDown
default boolean isDown()- Mappings:
Namespace Name Mixin selector named isDownLnet/minecraft/client/input/AbstractInput;isDown()Zintermediary method_74235Lnet/minecraft/class_11907;method_74235()Zofficial iLgwk;i()Z
-
isTab
default boolean isTab()- Mappings:
Namespace Name Mixin selector named isTabLnet/minecraft/client/input/AbstractInput;isTab()Zintermediary method_74236Lnet/minecraft/class_11907;method_74236()Zofficial jLgwk;j()Z
-
asNumber
default int asNumber()- Mappings:
Namespace Name Mixin selector named asNumberLnet/minecraft/client/input/AbstractInput;asNumber()Iintermediary method_74237Lnet/minecraft/class_11907;method_74237()Iofficial kLgwk;k()I
-
hasAlt
default boolean hasAlt()- Mappings:
Namespace Name Mixin selector named hasAltLnet/minecraft/client/input/AbstractInput;hasAlt()Zintermediary method_74238Lnet/minecraft/class_11907;method_74238()Zofficial lLgwk;l()Z
-
hasShift
default boolean hasShift()- Mappings:
Namespace Name Mixin selector named hasShiftLnet/minecraft/client/input/AbstractInput;hasShift()Zintermediary method_74239Lnet/minecraft/class_11907;method_74239()Zofficial mLgwk;m()Z
-
hasCtrl
default boolean hasCtrl()- Mappings:
Namespace Name Mixin selector named hasCtrlLnet/minecraft/client/input/AbstractInput;hasCtrl()Zintermediary method_74240Lnet/minecraft/class_11907;method_74240()Zofficial nLgwk;n()Z
-
hasCtrlOrCmd
default boolean hasCtrlOrCmd()- Mappings:
Namespace Name Mixin selector named hasCtrlOrCmdLnet/minecraft/client/input/AbstractInput;hasCtrlOrCmd()Zintermediary method_75377Lnet/minecraft/class_11907;method_75377()Zofficial oLgwk;o()Z
-
isSelectAll
default boolean isSelectAll()- Mappings:
Namespace Name Mixin selector named isSelectAllLnet/minecraft/client/input/AbstractInput;isSelectAll()Zintermediary method_74241Lnet/minecraft/class_11907;method_74241()Zofficial pLgwk;p()Z
-
isCopy
default boolean isCopy()- Mappings:
Namespace Name Mixin selector named isCopyLnet/minecraft/client/input/AbstractInput;isCopy()Zintermediary method_74242Lnet/minecraft/class_11907;method_74242()Zofficial qLgwk;q()Z
-
isPaste
default boolean isPaste()- Mappings:
Namespace Name Mixin selector named isPasteLnet/minecraft/client/input/AbstractInput;isPaste()Zintermediary method_74243Lnet/minecraft/class_11907;method_74243()Zofficial rLgwk;r()Z
-
isCut
default boolean isCut()- Mappings:
Namespace Name Mixin selector named isCutLnet/minecraft/client/input/AbstractInput;isCut()Zintermediary method_74244Lnet/minecraft/class_11907;method_74244()Zofficial sLgwk;s()Z
-