Uses of Enum Class
net.minecraft.client.option.AoMode
Packages that use AoMode
-
Uses of AoMode in net.minecraft.client.option
Fields in net.minecraft.client.option with type parameters of type AoModeModifier and TypeFieldDescriptionprivate final SimpleOption<AoMode>
GameOptions.ao
private static final IntFunction<AoMode>
AoMode.BY_ID
Methods in net.minecraft.client.option that return AoModeModifier and TypeMethodDescriptionstatic AoMode
AoMode.byId
(int id) static AoMode
Returns the enum constant of this class with the specified name.static AoMode[]
AoMode.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 AoMode