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.aoprivate static final IntFunction<AoMode>AoMode.BY_IDMethods in net.minecraft.client.option that return AoModeModifier and TypeMethodDescriptionstatic AoModeAoMode.byId(int id) static AoModeReturns 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