JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Field Summary
Fields
private final int
private final int
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
int
int
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
CAPE
Mappings:
Namespace
Name
Mixin selector
official
a
Laaz;a:Laaz;
intermediary
field_12125
Lnet/minecraft/class_2670;field_12125:Lnet/minecraft/class_2670;
named
CAPE
Lnet/minecraft/client/render/entity/PlayerModelPart;CAPE:Lnet/minecraft/client/render/entity/PlayerModelPart;
JACKET
Mappings:
Namespace
Name
Mixin selector
official
b
Laaz;b:Laaz;
intermediary
field_12126
Lnet/minecraft/class_2670;field_12126:Lnet/minecraft/class_2670;
named
JACKET
Lnet/minecraft/client/render/entity/PlayerModelPart;JACKET:Lnet/minecraft/client/render/entity/PlayerModelPart;
LEFT_SLEEVE
Mappings:
Namespace
Name
Mixin selector
official
c
Laaz;c:Laaz;
intermediary
field_12127
Lnet/minecraft/class_2670;field_12127:Lnet/minecraft/class_2670;
named
LEFT_SLEEVE
Lnet/minecraft/client/render/entity/PlayerModelPart;LEFT_SLEEVE:Lnet/minecraft/client/render/entity/PlayerModelPart;
RIGHT_SLEEVE
Mappings:
Namespace
Name
Mixin selector
official
d
Laaz;d:Laaz;
intermediary
field_12128
Lnet/minecraft/class_2670;field_12128:Lnet/minecraft/class_2670;
named
RIGHT_SLEEVE
Lnet/minecraft/client/render/entity/PlayerModelPart;RIGHT_SLEEVE:Lnet/minecraft/client/render/entity/PlayerModelPart;
LEFT_PANTS_LEG
Mappings:
Namespace
Name
Mixin selector
official
e
Laaz;e:Laaz;
intermediary
field_12129
Lnet/minecraft/class_2670;field_12129:Lnet/minecraft/class_2670;
named
LEFT_PANTS_LEG
Lnet/minecraft/client/render/entity/PlayerModelPart;LEFT_PANTS_LEG:Lnet/minecraft/client/render/entity/PlayerModelPart;
RIGHT_PANTS_LEG
Mappings:
Namespace
Name
Mixin selector
official
f
Laaz;f:Laaz;
intermediary
field_12130
Lnet/minecraft/class_2670;field_12130:Lnet/minecraft/class_2670;
named
RIGHT_PANTS_LEG
Lnet/minecraft/client/render/entity/PlayerModelPart;RIGHT_PANTS_LEG:Lnet/minecraft/client/render/entity/PlayerModelPart;
HAT
Mappings:
Namespace
Name
Mixin selector
official
g
Laaz;g:Laaz;
intermediary
field_12131
Lnet/minecraft/class_2670;field_12131:Lnet/minecraft/class_2670;
named
HAT
Lnet/minecraft/client/render/entity/PlayerModelPart;HAT:Lnet/minecraft/client/render/entity/PlayerModelPart;
Field Details
id
private final int id
Mappings:
Namespace
Name
Mixin selector
official
h
Laaz;h:I
intermediary
field_12132
Lnet/minecraft/class_2670;field_12132:I
named
id
Lnet/minecraft/client/render/entity/PlayerModelPart;id:I
bitFlag
private final int bitFlag
Mappings:
Namespace
Name
Mixin selector
official
i
Laaz;i:I
intermediary
field_12133
Lnet/minecraft/class_2670;field_12133:I
named
bitFlag
Lnet/minecraft/client/render/entity/PlayerModelPart;bitFlag:I
name
Mappings:
Namespace
Name
Mixin selector
official
j
Laaz;j:Ljava/lang/String;
intermediary
field_12134
Lnet/minecraft/class_2670;field_12134:Ljava/lang/String;
named
name
Lnet/minecraft/client/render/entity/PlayerModelPart;name:Ljava/lang/String;
optionName
private final Text optionName
Mappings:
Namespace
Name
Mixin selector
official
k
Laaz;k:Lfb;
intermediary
field_12135
Lnet/minecraft/class_2670;field_12135:Lnet/minecraft/class_1982;
named
optionName
Lnet/minecraft/client/render/entity/PlayerModelPart;optionName:Lnet/minecraft/text/Text;
Constructor Details
PlayerModelPart
private PlayerModelPart (int id,
String name)
Mappings:
Namespace
Name
Mixin selector
official
<init>
Laaz;<init>(Ljava/lang/String;IILjava/lang/String;)V
intermediary
<init>
Lnet/minecraft/class_2670;<init>(Ljava/lang/String;IILjava/lang/String;)V
named
<init>
Lnet/minecraft/client/render/entity/PlayerModelPart;<init>(Ljava/lang/String;IILjava/lang/String;)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
getBitFlag
public int getBitFlag ()
Mappings:
Namespace
Name
Mixin selector
official
a
Laaz;a()I
intermediary
method_11250
Lnet/minecraft/class_2670;method_11250()I
named
getBitFlag
Lnet/minecraft/client/render/entity/PlayerModelPart;getBitFlag()I
getId
public int getId ()
Mappings:
Namespace
Name
Mixin selector
official
b
Laaz;b()I
intermediary
method_11251
Lnet/minecraft/class_2670;method_11251()I
named
getId
Lnet/minecraft/client/render/entity/PlayerModelPart;getId()I
getName
Mappings:
Namespace
Name
Mixin selector
official
c
Laaz;c()Ljava/lang/String;
intermediary
method_11252
Lnet/minecraft/class_2670;method_11252()Ljava/lang/String;
named
getName
Lnet/minecraft/client/render/entity/PlayerModelPart;getName()Ljava/lang/String;
getOptionName
public Text getOptionName ()
Mappings:
Namespace
Name
Mixin selector
official
d
Laaz;d()Lfb;
intermediary
method_11253
Lnet/minecraft/class_2670;method_11253()Lnet/minecraft/class_1982;
named
getOptionName
Lnet/minecraft/client/render/entity/PlayerModelPart;getOptionName()Lnet/minecraft/text/Text;