Uses of Class
net.minecraft.client.settings.AttackIndicatorStatus
-
Packages that use AttackIndicatorStatus Package Description net.minecraft.client net.minecraft.client.settings -
-
Uses of AttackIndicatorStatus in net.minecraft.client
Fields in net.minecraft.client declared as AttackIndicatorStatus Modifier and Type Field Description AttackIndicatorStatus
GameSettings. attackIndicator
-
Uses of AttackIndicatorStatus in net.minecraft.client.settings
Fields in net.minecraft.client.settings declared as AttackIndicatorStatus Modifier and Type Field Description private static AttackIndicatorStatus[]
AttackIndicatorStatus. BY_ID
Methods in net.minecraft.client.settings that return AttackIndicatorStatus Modifier and Type Method Description static AttackIndicatorStatus
AttackIndicatorStatus. byId(int p_216749_0_)
static AttackIndicatorStatus
AttackIndicatorStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AttackIndicatorStatus[]
AttackIndicatorStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-