Uses of Enum
net.minecraft.client.option.AttackIndicator
Packages that use AttackIndicator
-
Uses of AttackIndicator in net.minecraft.client.option
Fields in net.minecraft.client.option declared as AttackIndicatorModifier and TypeFieldDescriptionGameOptions.attackIndicator
private static AttackIndicator[]
AttackIndicator.VALUES
Fields in net.minecraft.client.option with type parameters of type AttackIndicatorMethods in net.minecraft.client.option that return AttackIndicatorModifier and TypeMethodDescriptionstatic AttackIndicator
AttackIndicator.byId(int id)
static AttackIndicator
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.