Uses of Enum Class
net.minecraft.client.option.AttackIndicator
-
Uses of AttackIndicator in net.minecraft.client.option
Modifier and TypeFieldDescriptionprivate final SimpleOption<AttackIndicator>
GameOptions.attackIndicator
private static final IntFunction<AttackIndicator>
AttackIndicator.BY_ID
Modifier and TypeMethodDescriptionstatic AttackIndicator
AttackIndicator.byId
(int id) static AttackIndicator
Returns the enum constant of this class with the specified name.static AttackIndicator[]
AttackIndicator.values()
Returns an array containing the constants of this enum class, in the order they are declared.