Enum Class GuiNavigationType
- All Implemented Interfaces:
Serializable
,Comparable<GuiNavigationType>
,Constable
An enum representing the type of navigation input method.
- Mappings:
Namespace Name named net/minecraft/client/gui/navigation/GuiNavigationType
intermediary net/minecraft/class_8015
official fmc
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isMouse()
static GuiNavigationType
Returns the enum constant of this class with the specified name.static GuiNavigationType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector named NONE
Lnet/minecraft/client/gui/navigation/GuiNavigationType;NONE:Lnet/minecraft/client/gui/navigation/GuiNavigationType;
intermediary field_41777
Lnet/minecraft/class_8015;field_41777:Lnet/minecraft/class_8015;
official a
Lfmc;a:Lfmc;
-
MOUSE
- Mappings:
Namespace Name Mixin selector named MOUSE
Lnet/minecraft/client/gui/navigation/GuiNavigationType;MOUSE:Lnet/minecraft/client/gui/navigation/GuiNavigationType;
intermediary field_41778
Lnet/minecraft/class_8015;field_41778:Lnet/minecraft/class_8015;
official b
Lfmc;b:Lfmc;
-
KEYBOARD_ARROW
- Mappings:
Namespace Name Mixin selector named KEYBOARD_ARROW
Lnet/minecraft/client/gui/navigation/GuiNavigationType;KEYBOARD_ARROW:Lnet/minecraft/client/gui/navigation/GuiNavigationType;
intermediary field_43097
Lnet/minecraft/class_8015;field_43097:Lnet/minecraft/class_8015;
official c
Lfmc;c:Lfmc;
-
KEYBOARD_TAB
- Mappings:
Namespace Name Mixin selector named KEYBOARD_TAB
Lnet/minecraft/client/gui/navigation/GuiNavigationType;KEYBOARD_TAB:Lnet/minecraft/client/gui/navigation/GuiNavigationType;
intermediary field_41780
Lnet/minecraft/class_8015;field_41780:Lnet/minecraft/class_8015;
official d
Lfmc;d:Lfmc;
-
-
Constructor Details
-
GuiNavigationType
private GuiNavigationType()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
isMouse
public boolean isMouse()- Mappings:
Namespace Name Mixin selector named isMouse
Lnet/minecraft/client/gui/navigation/GuiNavigationType;isMouse()Z
intermediary method_48182
Lnet/minecraft/class_8015;method_48182()Z
official a
Lfmc;a()Z
-
isKeyboard
public boolean isKeyboard()- Mappings:
Namespace Name Mixin selector named isKeyboard
Lnet/minecraft/client/gui/navigation/GuiNavigationType;isKeyboard()Z
intermediary method_48183
Lnet/minecraft/class_8015;method_48183()Z
official b
Lfmc;b()Z
-