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 ButtonWidgetOptionPairWidget.createWidget(MinecraftClient client, int x, int y, GameOptions.Option option) Constructors in net.minecraft.client.gui.widget with parameters of type GameOptions.OptionModifierConstructorDescriptionOptionButtonWidget(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 id, int x, int y, GameOptions.Option option) OptionSliderWidget(int id, int x, int y, GameOptions.Option option, float min, float max) -
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 TypeMethodDescriptionvoidGameOptions.getBooleanValue(GameOptions.Option option, int integer) floatGameOptions.getIntValue(GameOptions.Option option) booleanGameOptions.getIntVideoOptions(GameOptions.Option option) GameOptions.getValueMessage(GameOptions.Option option) voidGameOptions.setValue(GameOptions.Option option, float var)