Uses of Enum Class
net.minecraft.client.AttackIndicatorStatus
Packages that use AttackIndicatorStatus
-
Uses of AttackIndicatorStatus in net.minecraft.client
Fields in net.minecraft.client with type parameters of type AttackIndicatorStatusModifier and TypeFieldDescriptionprivate final OptionInstance<AttackIndicatorStatus>
Options.attackIndicator
private static final IntFunction<AttackIndicatorStatus>
AttackIndicatorStatus.BY_ID
Methods in net.minecraft.client that return AttackIndicatorStatusModifier and TypeMethodDescriptionstatic AttackIndicatorStatus
AttackIndicatorStatus.byId
(int p_90510_) static AttackIndicatorStatus
Returns the enum constant of this class with the specified name.static AttackIndicatorStatus[]
AttackIndicatorStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client that return types with arguments of type AttackIndicatorStatus