| Package | Description |
|---|---|
| net.minecraft.client.gui | |
| net.minecraft.client.settings | |
| net.minecraft.entity.player |
| Modifier and Type | Field and Description |
|---|---|
private EnumPlayerModelParts |
GuiCustomizeSkin.ButtonPart.playerModelParts |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
GuiCustomizeSkin.getMessage(EnumPlayerModelParts playerModelParts) |
| Constructor and Description |
|---|
ButtonPart(int p_i45514_2_,
int p_i45514_3_,
int p_i45514_4_,
int p_i45514_5_,
int p_i45514_6_,
EnumPlayerModelParts playerModelParts) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<EnumPlayerModelParts> |
GameSettings.setModelParts |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<EnumPlayerModelParts> |
GameSettings.getModelParts() |
| Modifier and Type | Method and Description |
|---|---|
void |
GameSettings.setModelPartEnabled(EnumPlayerModelParts modelPart,
boolean enable) |
void |
GameSettings.switchModelPartEnabled(EnumPlayerModelParts modelPart) |
| Modifier and Type | Method and Description |
|---|---|
static EnumPlayerModelParts |
EnumPlayerModelParts.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumPlayerModelParts[] |
EnumPlayerModelParts.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntityPlayer.isWearing(EnumPlayerModelParts part) |