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