Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.client.settings |
Modifier and Type | Field and Description |
---|---|
AttackIndicatorStatus |
GameSettings.attackIndicator |
Modifier and Type | Field and Description |
---|---|
private static AttackIndicatorStatus[] |
AttackIndicatorStatus.BY_ID |
Modifier and Type | Method and Description |
---|---|
static AttackIndicatorStatus |
AttackIndicatorStatus.byId(int id) |
static AttackIndicatorStatus |
AttackIndicatorStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttackIndicatorStatus[] |
AttackIndicatorStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|