Uses of Enum Class
net.minecraft.client.options.GameOptions.Option
Packages that use GameOptions.Option
Package
Description
-
Uses of GameOptions.Option in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as GameOptions.OptionModifier and TypeFieldDescriptionprivate static final GameOptions.Option[]SettingsScreen.OPTIONSprivate static final GameOptions.Option[]VideoOptionsScreen.OPTIONS -
Uses of GameOptions.Option in net.minecraft.client.gui.screen.options
Fields in net.minecraft.client.gui.screen.options declared as GameOptions.OptionModifier and TypeFieldDescriptionprivate static final GameOptions.Option[]ChatOptionsScreen.OPTIONSprivate static final GameOptions.Option[]ControlsOptionsScreen.OPTIONS -
Uses of GameOptions.Option in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as GameOptions.OptionModifier and TypeFieldDescriptionprivate final GameOptions.OptionOptionButtonWidget.optionprivate final GameOptions.OptionOptionSliderWidget.optionMethods in net.minecraft.client.gui.widget that return GameOptions.OptionMethods in net.minecraft.client.gui.widget with parameters of type GameOptions.OptionModifier and TypeMethodDescriptionprivate static ButtonWidgetOptionPairWidget.method_18410(MinecraftClient minecraftClient, int int2, int int3, int int4, GameOptions.Option option) Constructors in net.minecraft.client.gui.widget with parameters of type GameOptions.OptionModifierConstructorDescriptionOptionButtonWidget(int int2, int int3, int int4, int int5, int int6, GameOptions.Option option, String string) OptionButtonWidget(int id, int x, int y, GameOptions.Option option, String message) OptionPairWidget(MinecraftClient client, int width, int height, int top, int bottom, int entryHeight, GameOptions.Option[] options) OptionSliderWidget(int int2, int int3, int int4, int int5, int int6, GameOptions.Option option, double double2, double double3) OptionSliderWidget(int id, int x, int y, GameOptions.Option option) OptionSliderWidget(int int2, int int3, int int4, GameOptions.Option option, double double2, double double3) Pair(int int2, GameOptions.Option option) Pair(int int2, GameOptions.Option option, GameOptions.Option option2) -
Uses of GameOptions.Option in net.minecraft.client.options
Methods in net.minecraft.client.options that return GameOptions.OptionModifier and TypeMethodDescriptionstatic GameOptions.OptionGameOptions.Option.byOrdinal(int id) static GameOptions.OptionReturns the enum constant of this class with the specified name.static GameOptions.Option[]GameOptions.Option.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.options with parameters of type GameOptions.OptionModifier and TypeMethodDescriptionbooleanGameOptions.getIntVideoOptions(GameOptions.Option option) doubleGameOptions.method_18256(GameOptions.Option option) voidGameOptions.method_18257(GameOptions.Option option, double double2) voidGameOptions.method_18258(GameOptions.Option option, int int2) GameOptions.method_18260(GameOptions.Option option)