Uses of Class
net.minecraft.client.option.AttackIndicator
Package | Description |
---|---|
net.minecraft.client.option |
-
Uses of AttackIndicator in net.minecraft.client.option
Fields in net.minecraft.client.option declared as AttackIndicator Modifier and Type Field Description AttackIndicator
GameOptions. attackIndicator
private static AttackIndicator[]
AttackIndicator. VALUES
Fields in net.minecraft.client.option with type parameters of type AttackIndicator Modifier and Type Field Description static CyclingOption<AttackIndicator>
Option. ATTACK_INDICATOR
Methods in net.minecraft.client.option that return AttackIndicator Modifier and Type Method Description static AttackIndicator
AttackIndicator. byId(int id)
static AttackIndicator
AttackIndicator. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttackIndicator[]
AttackIndicator. values()
Returns an array containing the constants of this enum type, in the order they are declared.