JavaScript is disabled on your browser.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
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
official
a
Lbfj;a:Lbfj;
intermediary
field_4229
Lnet/minecraft/class_1009;field_4229:Lnet/minecraft/class_1009;
named
DOWN
Lnet/minecraft/client/render/model/CubeFace;DOWN:Lnet/minecraft/client/render/model/CubeFace;
UP
Mappings:
Namespace
Name
Mixin selector
official
b
Lbfj;b:Lbfj;
intermediary
field_4230
Lnet/minecraft/class_1009;field_4230:Lnet/minecraft/class_1009;
named
UP
Lnet/minecraft/client/render/model/CubeFace;UP:Lnet/minecraft/client/render/model/CubeFace;
NORTH
Mappings:
Namespace
Name
Mixin selector
official
c
Lbfj;c:Lbfj;
intermediary
field_4231
Lnet/minecraft/class_1009;field_4231:Lnet/minecraft/class_1009;
named
NORTH
Lnet/minecraft/client/render/model/CubeFace;NORTH:Lnet/minecraft/client/render/model/CubeFace;
SOUTH
Mappings:
Namespace
Name
Mixin selector
official
d
Lbfj;d:Lbfj;
intermediary
field_4232
Lnet/minecraft/class_1009;field_4232:Lnet/minecraft/class_1009;
named
SOUTH
Lnet/minecraft/client/render/model/CubeFace;SOUTH:Lnet/minecraft/client/render/model/CubeFace;
WEST
Mappings:
Namespace
Name
Mixin selector
official
e
Lbfj;e:Lbfj;
intermediary
field_4233
Lnet/minecraft/class_1009;field_4233:Lnet/minecraft/class_1009;
named
WEST
Lnet/minecraft/client/render/model/CubeFace;WEST:Lnet/minecraft/client/render/model/CubeFace;
EAST
Mappings:
Namespace
Name
Mixin selector
official
f
Lbfj;f:Lbfj;
intermediary
field_4234
Lnet/minecraft/class_1009;field_4234:Lnet/minecraft/class_1009;
named
EAST
Lnet/minecraft/client/render/model/CubeFace;EAST:Lnet/minecraft/client/render/model/CubeFace;
Field Details
field_4235
private static final CubeFace [] field_4235
Mappings:
Namespace
Name
Mixin selector
official
g
Lbfj;g:[Lbfj;
intermediary
field_4235
Lnet/minecraft/class_1009;field_4235:[Lnet/minecraft/class_1009;
named
field_4235
Lnet/minecraft/client/render/model/CubeFace;field_4235:[Lnet/minecraft/client/render/model/CubeFace;
field_4236
Mappings:
Namespace
Name
Mixin selector
official
h
Lbfj;h:[Lbfj$b;
intermediary
field_4236
Lnet/minecraft/class_1009;field_4236:[Lnet/minecraft/class_1009$class_1011;
named
field_4236
Lnet/minecraft/client/render/model/CubeFace;field_4236:[Lnet/minecraft/client/render/model/CubeFace$Corner;
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant with the specified name
NullPointerException - if the argument is null
getFace
Mappings:
Namespace
Name
Mixin selector
official
a
Lbfj;a(Lcq;)Lbfj;
intermediary
method_3351
Lnet/minecraft/class_1009;method_3351(Lnet/minecraft/class_1383;)Lnet/minecraft/class_1009;
named
getFace
Lnet/minecraft/client/render/model/CubeFace;getFace(Lnet/minecraft/util/math/Direction;)Lnet/minecraft/client/render/model/CubeFace;
getCorner
Mappings:
Namespace
Name
Mixin selector
official
a
Lbfj;a(I)Lbfj$b;
intermediary
method_3350
Lnet/minecraft/class_1009;method_3350(I)Lnet/minecraft/class_1009$class_1011;
named
getCorner
Lnet/minecraft/client/render/model/CubeFace;getCorner(I)Lnet/minecraft/client/render/model/CubeFace$Corner;