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 AttackIndicatorGameOptions. attackIndicatorprivate static AttackIndicator[]AttackIndicator. VALUESFields in net.minecraft.client.option with type parameters of type AttackIndicator Modifier and Type Field Description static CyclingOption<AttackIndicator>Option. ATTACK_INDICATORMethods in net.minecraft.client.option that return AttackIndicator Modifier and Type Method Description static AttackIndicatorAttackIndicator. byId(int id)static AttackIndicatorAttackIndicator. 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.