Uses of Enum Class
net.minecraft.client.option.AttackIndicator
Packages that use AttackIndicator
-
Uses of AttackIndicator in net.minecraft.client.option
Fields in net.minecraft.client.option with type parameters of type AttackIndicatorModifier and TypeFieldDescriptionprivate final SimpleOption<AttackIndicator> GameOptions.attackIndicatorprivate static final IntFunction<AttackIndicator> AttackIndicator.BY_IDstatic final com.mojang.serialization.Codec<AttackIndicator> AttackIndicator.CODECMethods in net.minecraft.client.option that return AttackIndicatorModifier and TypeMethodDescriptionstatic AttackIndicatorReturns 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.Methods in net.minecraft.client.option that return types with arguments of type AttackIndicator