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 AttackIndicatorStatusGameSettings. 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_IDMethods in net.minecraft.client.settings that return AttackIndicatorStatus Modifier and Type Method Description static AttackIndicatorStatusAttackIndicatorStatus. byId(int p_216749_0_)static AttackIndicatorStatusAttackIndicatorStatus. 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.
-