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 
aLbyp;a:Lbyp; 
intermediary 
field_7559Lnet/minecraft/class_1664;field_7559:Lnet/minecraft/class_1664; 
named 
CAPELnet/minecraft/client/render/entity/PlayerModelPart;CAPE:Lnet/minecraft/client/render/entity/PlayerModelPart; 
 
 
 
JACKET 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
bLbyp;b:Lbyp; 
intermediary 
field_7564Lnet/minecraft/class_1664;field_7564:Lnet/minecraft/class_1664; 
named 
JACKETLnet/minecraft/client/render/entity/PlayerModelPart;JACKET:Lnet/minecraft/client/render/entity/PlayerModelPart; 
 
 
 
LEFT_SLEEVE 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
cLbyp;c:Lbyp; 
intermediary 
field_7568Lnet/minecraft/class_1664;field_7568:Lnet/minecraft/class_1664; 
named 
LEFT_SLEEVELnet/minecraft/client/render/entity/PlayerModelPart;LEFT_SLEEVE:Lnet/minecraft/client/render/entity/PlayerModelPart; 
 
 
 
RIGHT_SLEEVE 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
dLbyp;d:Lbyp; 
intermediary 
field_7570Lnet/minecraft/class_1664;field_7570:Lnet/minecraft/class_1664; 
named 
RIGHT_SLEEVELnet/minecraft/client/render/entity/PlayerModelPart;RIGHT_SLEEVE:Lnet/minecraft/client/render/entity/PlayerModelPart; 
 
 
 
LEFT_PANTS_LEG 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
eLbyp;e:Lbyp; 
intermediary 
field_7566Lnet/minecraft/class_1664;field_7566:Lnet/minecraft/class_1664; 
named 
LEFT_PANTS_LEGLnet/minecraft/client/render/entity/PlayerModelPart;LEFT_PANTS_LEG:Lnet/minecraft/client/render/entity/PlayerModelPart; 
 
 
 
RIGHT_PANTS_LEG 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
fLbyp;f:Lbyp; 
intermediary 
field_7565Lnet/minecraft/class_1664;field_7565:Lnet/minecraft/class_1664; 
named 
RIGHT_PANTS_LEGLnet/minecraft/client/render/entity/PlayerModelPart;RIGHT_PANTS_LEG:Lnet/minecraft/client/render/entity/PlayerModelPart; 
 
 
 
HAT 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
gLbyp;g:Lbyp; 
intermediary 
field_7563Lnet/minecraft/class_1664;field_7563:Lnet/minecraft/class_1664; 
named 
HATLnet/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 
hLbyp;h:I 
intermediary 
field_7561Lnet/minecraft/class_1664;field_7561:I 
named 
idLnet/minecraft/client/render/entity/PlayerModelPart;id:I 
 
 
 
bitFlag 
private final  int  bitFlag 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
iLbyp;i:I 
intermediary 
field_7560Lnet/minecraft/class_1664;field_7560:I 
named 
bitFlagLnet/minecraft/client/render/entity/PlayerModelPart;bitFlag:I 
 
 
 
name 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
jLbyp;j:Ljava/lang/String; 
intermediary 
field_7569Lnet/minecraft/class_1664;field_7569:Ljava/lang/String; 
named 
nameLnet/minecraft/client/render/entity/PlayerModelPart;name:Ljava/lang/String; 
 
 
 
optionName 
private final  Text optionName Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
kLbyp;k:Lsw; 
intermediary 
field_7567Lnet/minecraft/class_1664;field_7567:Lnet/minecraft/class_2561; 
named 
optionNameLnet/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>Lbyp;<init>(Ljava/lang/String;IILjava/lang/String;)V 
intermediary 
<init>Lnet/minecraft/class_1664;<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 NullPointerException  
 
 
getBitFlag 
public  int  getBitFlag ()
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
aLbyp;a()I 
intermediary 
method_7430Lnet/minecraft/class_1664;method_7430()I 
named 
getBitFlagLnet/minecraft/client/render/entity/PlayerModelPart;getBitFlag()I 
 
 
 
getId 
public  int  getId ()
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
bLbyp;b()I 
intermediary 
method_35206Lnet/minecraft/class_1664;method_35206()I 
named 
getIdLnet/minecraft/client/render/entity/PlayerModelPart;getId()I 
 
 
 
getName 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
cLbyp;c()Ljava/lang/String; 
intermediary 
method_7429Lnet/minecraft/class_1664;method_7429()Ljava/lang/String; 
named 
getNameLnet/minecraft/client/render/entity/PlayerModelPart;getName()Ljava/lang/String; 
 
 
 
getOptionName 
public  Text getOptionName ()
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
dLbyp;d()Lsw; 
intermediary 
method_7428Lnet/minecraft/class_1664;method_7428()Lnet/minecraft/class_2561; 
named 
getOptionNameLnet/minecraft/client/render/entity/PlayerModelPart;getOptionName()Lnet/minecraft/text/Text;