JavaScript is disabled on your browser.
 
All Implemented Interfaces: 
Serializable Comparable <CubeFace >Constable  
Mappings: 
Namespace 
Name 
 
named 
net/minecraft/client/render/model/CubeFace 
intermediary 
net/minecraft/class_753 
official 
gln 
 
 
Nested Class Summary 
Nested Classes 
static class 
 
static final class 
 
 
 
 
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 
DOWN 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
DOWNLnet/minecraft/client/render/model/CubeFace;DOWN:Lnet/minecraft/client/render/model/CubeFace; 
intermediary 
field_3965Lnet/minecraft/class_753;field_3965:Lnet/minecraft/class_753; 
official 
aLgln;a:Lgln; 
 
 
 
UP 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
UPLnet/minecraft/client/render/model/CubeFace;UP:Lnet/minecraft/client/render/model/CubeFace; 
intermediary 
field_3960Lnet/minecraft/class_753;field_3960:Lnet/minecraft/class_753; 
official 
bLgln;b:Lgln; 
 
 
 
NORTH 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
NORTHLnet/minecraft/client/render/model/CubeFace;NORTH:Lnet/minecraft/client/render/model/CubeFace; 
intermediary 
field_3962Lnet/minecraft/class_753;field_3962:Lnet/minecraft/class_753; 
official 
cLgln;c:Lgln; 
 
 
 
SOUTH 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
SOUTHLnet/minecraft/client/render/model/CubeFace;SOUTH:Lnet/minecraft/client/render/model/CubeFace; 
intermediary 
field_3963Lnet/minecraft/class_753;field_3963:Lnet/minecraft/class_753; 
official 
dLgln;d:Lgln; 
 
 
 
WEST 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
WESTLnet/minecraft/client/render/model/CubeFace;WEST:Lnet/minecraft/client/render/model/CubeFace; 
intermediary 
field_3966Lnet/minecraft/class_753;field_3966:Lnet/minecraft/class_753; 
official 
eLgln;e:Lgln; 
 
 
 
EAST 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
EASTLnet/minecraft/client/render/model/CubeFace;EAST:Lnet/minecraft/client/render/model/CubeFace; 
intermediary 
field_3961Lnet/minecraft/class_753;field_3961:Lnet/minecraft/class_753; 
official 
fLgln;f:Lgln; 
 
 
 
 
 
 
Field Details 
DIRECTION_LOOKUP 
private static final  CubeFace []DIRECTION_LOOKUP Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
DIRECTION_LOOKUPLnet/minecraft/client/render/model/CubeFace;DIRECTION_LOOKUP:[Lnet/minecraft/client/render/model/CubeFace; 
intermediary 
field_3958Lnet/minecraft/class_753;field_3958:[Lnet/minecraft/class_753; 
official 
gLgln;g:[Lgln; 
 
 
 
corners 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
cornersLnet/minecraft/client/render/model/CubeFace;corners:[Lnet/minecraft/client/render/model/CubeFace$Corner; 
intermediary 
field_3959Lnet/minecraft/class_753;field_3959:[Lnet/minecraft/class_753$class_755; 
official 
hLgln;h:[Lgln$b; 
 
 
 
 
 
 
Constructor Details 
CubeFace 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
<init>Lnet/minecraft/client/render/model/CubeFace;<init>(Ljava/lang/String;I[Lnet/minecraft/client/render/model/CubeFace$Corner;)V 
intermediary 
<init>Lnet/minecraft/class_753;<init>(Ljava/lang/String;I[Lnet/minecraft/class_753$class_755;)V 
official 
<init>Lgln;<init>(Ljava/lang/String;I[Lgln$b;)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  
 
 
getFace 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
getFaceLnet/minecraft/client/render/model/CubeFace;getFace(Lnet/minecraft/util/math/Direction;)Lnet/minecraft/client/render/model/CubeFace; 
intermediary 
method_3163Lnet/minecraft/class_753;method_3163(Lnet/minecraft/class_2350;)Lnet/minecraft/class_753; 
official 
aLgln;a(Ljn;)Lgln; 
 
 
 
getCorner 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
getCornerLnet/minecraft/client/render/model/CubeFace;getCorner(I)Lnet/minecraft/client/render/model/CubeFace$Corner; 
intermediary 
method_3162Lnet/minecraft/class_753;method_3162(I)Lnet/minecraft/class_753$class_755; 
official 
aLgln;a(I)Lgln$b;