JavaScript is disabled on your browser.
 
 
Enum Constant Summary 
Enum Constants 
 
 
Field Summary 
Fields 
(package private) final int
 
(package private) final int
 
(package private) final int
 
 
 
 
Constructor Summary 
Constructors 
 
 
Method Summary 
All Methods Static 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 
XYZ 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
XYZLnet/minecraft/client/render/chunk/Octree$AxisOrder;XYZ:Lnet/minecraft/client/render/chunk/Octree$AxisOrder; 
intermediary 
field_53906Lnet/minecraft/class_10143$class_10144;field_53906:Lnet/minecraft/class_10143$class_10144; 
official 
aLgma$a;a:Lgma$a; 
 
 
 
XZY 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
XZYLnet/minecraft/client/render/chunk/Octree$AxisOrder;XZY:Lnet/minecraft/client/render/chunk/Octree$AxisOrder; 
intermediary 
field_53907Lnet/minecraft/class_10143$class_10144;field_53907:Lnet/minecraft/class_10143$class_10144; 
official 
bLgma$a;b:Lgma$a; 
 
 
 
YXZ 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
YXZLnet/minecraft/client/render/chunk/Octree$AxisOrder;YXZ:Lnet/minecraft/client/render/chunk/Octree$AxisOrder; 
intermediary 
field_53908Lnet/minecraft/class_10143$class_10144;field_53908:Lnet/minecraft/class_10143$class_10144; 
official 
cLgma$a;c:Lgma$a; 
 
 
 
YZX 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
YZXLnet/minecraft/client/render/chunk/Octree$AxisOrder;YZX:Lnet/minecraft/client/render/chunk/Octree$AxisOrder; 
intermediary 
field_53909Lnet/minecraft/class_10143$class_10144;field_53909:Lnet/minecraft/class_10143$class_10144; 
official 
dLgma$a;d:Lgma$a; 
 
 
 
ZXY 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
ZXYLnet/minecraft/client/render/chunk/Octree$AxisOrder;ZXY:Lnet/minecraft/client/render/chunk/Octree$AxisOrder; 
intermediary 
field_53910Lnet/minecraft/class_10143$class_10144;field_53910:Lnet/minecraft/class_10143$class_10144; 
official 
eLgma$a;e:Lgma$a; 
 
 
 
ZYX 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
ZYXLnet/minecraft/client/render/chunk/Octree$AxisOrder;ZYX:Lnet/minecraft/client/render/chunk/Octree$AxisOrder; 
intermediary 
field_53911Lnet/minecraft/class_10143$class_10144;field_53911:Lnet/minecraft/class_10143$class_10144; 
official 
fLgma$a;f:Lgma$a; 
 
 
 
 
 
 
Field Details 
x 
final  int  x 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
xLnet/minecraft/client/render/chunk/Octree$AxisOrder;x:I 
intermediary 
field_53912Lnet/minecraft/class_10143$class_10144;field_53912:I 
official 
gLgma$a;g:I 
 
 
 
y 
final  int  y 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
yLnet/minecraft/client/render/chunk/Octree$AxisOrder;y:I 
intermediary 
field_53913Lnet/minecraft/class_10143$class_10144;field_53913:I 
official 
hLgma$a;h:I 
 
 
 
z 
final  int  z 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
zLnet/minecraft/client/render/chunk/Octree$AxisOrder;z:I 
intermediary 
field_53914Lnet/minecraft/class_10143$class_10144;field_53914:I 
official 
iLgma$a;i:I 
 
 
 
 
 
 
Constructor Details 
AxisOrder 
private  AxisOrder (int x,
 int y,
 int z) 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
<init>Lnet/minecraft/client/render/chunk/Octree$AxisOrder;<init>(Ljava/lang/String;IIII)V 
intermediary 
<init>Lnet/minecraft/class_10143$class_10144;<init>(Ljava/lang/String;IIII)V 
official 
<init>Lgma$a;<init>(Ljava/lang/String;IIII)V 
 
 
 
 
 
 
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 NullPointerException  
 
 
fromPos 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
fromPosLnet/minecraft/client/render/chunk/Octree$AxisOrder;fromPos(III)Lnet/minecraft/client/render/chunk/Octree$AxisOrder; 
intermediary 
method_62914Lnet/minecraft/class_10143$class_10144;method_62914(III)Lnet/minecraft/class_10143$class_10144; 
official 
aLgma$a;a(III)Lgma$a;