JavaScript is disabled on your browser.
 
 
Enum Constant Summary 
Enum Constants 
 
 
Constructor Summary 
Constructors 
 
 
Method Summary 
All Methods Static Methods Instance Methods Concrete Methods 
 
 
 
 
Returns the enum constant of this class with the specified name.
 
Returns an array containing the constants of this enum class, in
the order they are declared.
 
 
 
 
Methods inherited from class java.lang.Enum  
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf  
 
 
 
 
Enum Constant Details 
HORIZONTAL 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
HORIZONTAL 
Lnet/minecraft/client/gui/navigation/NavigationAxis;HORIZONTAL:Lnet/minecraft/client/gui/navigation/NavigationAxis; 
 
intermediary 
field_41822 
Lnet/minecraft/class_8027;field_41822:Lnet/minecraft/class_8027; 
 
official 
a 
Lfmp;a:Lfmp; 
 
 
 
 
 
 
VERTICAL 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
VERTICAL 
Lnet/minecraft/client/gui/navigation/NavigationAxis;VERTICAL:Lnet/minecraft/client/gui/navigation/NavigationAxis; 
 
intermediary 
field_41823 
Lnet/minecraft/class_8027;field_41823:Lnet/minecraft/class_8027; 
 
official 
b 
Lfmp;b:Lfmp; 
 
 
 
 
 
 
 
 
 
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 name 
NullPointerException  - if the argument is null 
 
 
 
getOther 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
getOther 
Lnet/minecraft/client/gui/navigation/NavigationAxis;getOther()Lnet/minecraft/client/gui/navigation/NavigationAxis; 
 
intermediary 
method_48232 
Lnet/minecraft/class_8027;method_48232()Lnet/minecraft/class_8027; 
 
official 
a 
Lfmp;a()Lfmp; 
 
 
 
 
 
 
getPositiveDirection 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
getPositiveDirection 
Lnet/minecraft/client/gui/navigation/NavigationAxis;getPositiveDirection()Lnet/minecraft/client/gui/navigation/NavigationDirection; 
 
intermediary 
method_48234 
Lnet/minecraft/class_8027;method_48234()Lnet/minecraft/class_8028; 
 
official 
b 
Lfmp;b()Lfmq; 
 
 
 
 
 
 
getNegativeDirection 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
getNegativeDirection 
Lnet/minecraft/client/gui/navigation/NavigationAxis;getNegativeDirection()Lnet/minecraft/client/gui/navigation/NavigationDirection; 
 
intermediary 
method_48235 
Lnet/minecraft/class_8027;method_48235()Lnet/minecraft/class_8028; 
 
official 
c 
Lfmp;c()Lfmq; 
 
 
 
 
 
 
getDirection 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
getDirection 
Lnet/minecraft/client/gui/navigation/NavigationAxis;getDirection(Z)Lnet/minecraft/client/gui/navigation/NavigationDirection; 
 
intermediary 
method_48233 
Lnet/minecraft/class_8027;method_48233(Z)Lnet/minecraft/class_8028; 
 
official 
a 
Lfmp;a(Z)Lfmq;