Package net.minecraft.client.gui
Enum Class NavigationType
- All Implemented Interfaces:
Serializable,Comparable<NavigationType>,Constable
- Mappings:
Namespace Name official ejqintermediary net/minecraft/class_8015named net/minecraft/client/gui/NavigationType
-
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 TypeMethodDescriptionbooleanbooleanisMouse()static NavigationTypeReturns the enum constant of this class with the specified name.static NavigationType[]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 official aLejq;a:Lejq;intermediary field_41777Lnet/minecraft/class_8015;field_41777:Lnet/minecraft/class_8015;named NONELnet/minecraft/client/gui/NavigationType;NONE:Lnet/minecraft/client/gui/NavigationType;
-
MOUSE
- Mappings:
Namespace Name Mixin selector official bLejq;b:Lejq;intermediary field_41778Lnet/minecraft/class_8015;field_41778:Lnet/minecraft/class_8015;named MOUSELnet/minecraft/client/gui/NavigationType;MOUSE:Lnet/minecraft/client/gui/NavigationType;
-
KEYBOARD_OTHER
- Mappings:
Namespace Name Mixin selector official cLejq;c:Lejq;intermediary field_41779Lnet/minecraft/class_8015;field_41779:Lnet/minecraft/class_8015;named KEYBOARD_OTHERLnet/minecraft/client/gui/NavigationType;KEYBOARD_OTHER:Lnet/minecraft/client/gui/NavigationType;
-
KEYBOARD_TAB
- Mappings:
Namespace Name Mixin selector official dLejq;d:Lejq;intermediary field_41780Lnet/minecraft/class_8015;field_41780:Lnet/minecraft/class_8015;named KEYBOARD_TABLnet/minecraft/client/gui/NavigationType;KEYBOARD_TAB:Lnet/minecraft/client/gui/NavigationType;
-
-
Constructor Details
-
NavigationType
private NavigationType()
-
-
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 official aLejq;a()Zintermediary method_48182Lnet/minecraft/class_8015;method_48182()Znamed isMouseLnet/minecraft/client/gui/NavigationType;isMouse()Z
-
isKeyboard
public boolean isKeyboard()- Mappings:
Namespace Name Mixin selector official bLejq;b()Zintermediary method_48183Lnet/minecraft/class_8015;method_48183()Znamed isKeyboardLnet/minecraft/client/gui/NavigationType;isKeyboard()Z
-