JavaScript is disabled on your browser.
All Implemented Interfaces:
Serializable , Comparable <CubeFace >, Constable
Mappings:
Namespace
Name
official
ctw
intermediary
net/minecraft/class_2400
named
net/minecraft/client/render/model/CubeFace
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
official
a
Lctw;a:Lctw;
intermediary
field_10677
Lnet/minecraft/class_2400;field_10677:Lnet/minecraft/class_2400;
named
DOWN
Lnet/minecraft/client/render/model/CubeFace;DOWN:Lnet/minecraft/client/render/model/CubeFace;
UP
Mappings:
Namespace
Name
Mixin selector
official
b
Lctw;b:Lctw;
intermediary
field_10678
Lnet/minecraft/class_2400;field_10678:Lnet/minecraft/class_2400;
named
UP
Lnet/minecraft/client/render/model/CubeFace;UP:Lnet/minecraft/client/render/model/CubeFace;
NORTH
Mappings:
Namespace
Name
Mixin selector
official
c
Lctw;c:Lctw;
intermediary
field_10679
Lnet/minecraft/class_2400;field_10679:Lnet/minecraft/class_2400;
named
NORTH
Lnet/minecraft/client/render/model/CubeFace;NORTH:Lnet/minecraft/client/render/model/CubeFace;
SOUTH
Mappings:
Namespace
Name
Mixin selector
official
d
Lctw;d:Lctw;
intermediary
field_10680
Lnet/minecraft/class_2400;field_10680:Lnet/minecraft/class_2400;
named
SOUTH
Lnet/minecraft/client/render/model/CubeFace;SOUTH:Lnet/minecraft/client/render/model/CubeFace;
WEST
Mappings:
Namespace
Name
Mixin selector
official
e
Lctw;e:Lctw;
intermediary
field_10681
Lnet/minecraft/class_2400;field_10681:Lnet/minecraft/class_2400;
named
WEST
Lnet/minecraft/client/render/model/CubeFace;WEST:Lnet/minecraft/client/render/model/CubeFace;
EAST
Mappings:
Namespace
Name
Mixin selector
official
f
Lctw;f:Lctw;
intermediary
field_10682
Lnet/minecraft/class_2400;field_10682:Lnet/minecraft/class_2400;
named
EAST
Lnet/minecraft/client/render/model/CubeFace;EAST:Lnet/minecraft/client/render/model/CubeFace;
Field Details
ALL
Mappings:
Namespace
Name
Mixin selector
official
g
Lctw;g:[Lctw;
intermediary
field_10683
Lnet/minecraft/class_2400;field_10683:[Lnet/minecraft/class_2400;
named
ALL
Lnet/minecraft/client/render/model/CubeFace;ALL:[Lnet/minecraft/client/render/model/CubeFace;
corners
Mappings:
Namespace
Name
Mixin selector
official
h
Lctw;h:[Lctw$b;
intermediary
field_10684
Lnet/minecraft/class_2400;field_10684:[Lnet/minecraft/class_2400$class_2402;
named
corners
Lnet/minecraft/client/render/model/CubeFace;corners:[Lnet/minecraft/client/render/model/CubeFace$Corner;
Constructor Details
CubeFace
Mappings:
Namespace
Name
Mixin selector
official
<init>
Lctw;<init>(Ljava/lang/String;I[Lctw$b;)V
intermediary
<init>
Lnet/minecraft/class_2400;<init>(Ljava/lang/String;I[Lnet/minecraft/class_2400$class_2402;)V
named
<init>
Lnet/minecraft/client/render/model/CubeFace;<init>(Ljava/lang/String;I[Lnet/minecraft/client/render/model/CubeFace$Corner;)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 - if this enum class has no constant with the specified name
NullPointerException - if the argument is null
getFace
Mappings:
Namespace
Name
Mixin selector
official
a
Lctw;a(Leq;)Lctw;
intermediary
method_9774
Lnet/minecraft/class_2400;method_9774(Lnet/minecraft/class_1354;)Lnet/minecraft/class_2400;
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
Lctw;a(I)Lctw$b;
intermediary
method_9773
Lnet/minecraft/class_2400;method_9773(I)Lnet/minecraft/class_2400$class_2402;
named
getCorner
Lnet/minecraft/client/render/model/CubeFace;getCorner(I)Lnet/minecraft/client/render/model/CubeFace$Corner;