Package net.minecraft.client.gui.screen
Enum Class NavigationAxis
- All Implemented Interfaces:
Serializable
,Comparable<NavigationAxis>
,Constable
- Mappings:
Namespace Name official eoi
intermediary net/minecraft/class_8027
named net/minecraft/client/gui/screen/NavigationAxis
-
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 TypeMethodDescriptiongetDirection
(boolean positive) getOther()
static NavigationAxis
Returns the enum constant of this class with the specified name.static NavigationAxis[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HORIZONTAL
- Mappings:
Namespace Name Mixin selector official a
Leoi;a:Leoi;
intermediary field_41822
Lnet/minecraft/class_8027;field_41822:Lnet/minecraft/class_8027;
named HORIZONTAL
Lnet/minecraft/client/gui/screen/NavigationAxis;HORIZONTAL:Lnet/minecraft/client/gui/screen/NavigationAxis;
-
VERTICAL
- Mappings:
Namespace Name Mixin selector official b
Leoi;b:Leoi;
intermediary field_41823
Lnet/minecraft/class_8027;field_41823:Lnet/minecraft/class_8027;
named VERTICAL
Lnet/minecraft/client/gui/screen/NavigationAxis;VERTICAL:Lnet/minecraft/client/gui/screen/NavigationAxis;
-
-
Constructor Details
-
NavigationAxis
private NavigationAxis()
-
-
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
-
getOther
- Mappings:
Namespace Name Mixin selector official a
Leoi;a()Leoi;
intermediary method_48232
Lnet/minecraft/class_8027;method_48232()Lnet/minecraft/class_8027;
named getOther
Lnet/minecraft/client/gui/screen/NavigationAxis;getOther()Lnet/minecraft/client/gui/screen/NavigationAxis;
-
getPositiveDirection
- Mappings:
Namespace Name Mixin selector official b
Leoi;b()Leoj;
intermediary method_48234
Lnet/minecraft/class_8027;method_48234()Lnet/minecraft/class_8028;
named getPositiveDirection
Lnet/minecraft/client/gui/screen/NavigationAxis;getPositiveDirection()Lnet/minecraft/client/gui/screen/NavigationDirection;
-
getNegativeDirection
- Mappings:
Namespace Name Mixin selector official c
Leoi;c()Leoj;
intermediary method_48235
Lnet/minecraft/class_8027;method_48235()Lnet/minecraft/class_8028;
named getNegativeDirection
Lnet/minecraft/client/gui/screen/NavigationAxis;getNegativeDirection()Lnet/minecraft/client/gui/screen/NavigationDirection;
-
getDirection
- Mappings:
Namespace Name Mixin selector official a
Leoi;a(Z)Leoj;
intermediary method_48233
Lnet/minecraft/class_8027;method_48233(Z)Lnet/minecraft/class_8028;
named getDirection
Lnet/minecraft/client/gui/screen/NavigationAxis;getDirection(Z)Lnet/minecraft/client/gui/screen/NavigationDirection;
-