Uses of Enum Class
net.minecraft.client.options.GameOption
Packages that use GameOption
Package
Description
-
Uses of GameOption in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as GameOptionModifier and TypeFieldDescriptionprivate static final GameOption[]SettingsScreen.field_1216private static final GameOption[]VideoOptionsScreen.field_1298private static final GameOption[]StreamScreen.field_7863private static final GameOption[]StreamScreen.field_7864 -
Uses of GameOption in net.minecraft.client.gui.screen.options
Fields in net.minecraft.client.gui.screen.options declared as GameOptionModifier and TypeFieldDescriptionprivate static final GameOption[]ChatOptionsScreen.field_1062private static final GameOption[]ControlsOptionsScreen.field_7812 -
Uses of GameOption in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as GameOptionModifier and TypeFieldDescriptionprivate final GameOptionOptionButtonWidget.field_1284private GameOptionOptionSliderWidget.field_7740Methods in net.minecraft.client.gui.widget that return GameOptionMethods in net.minecraft.client.gui.widget with parameters of type GameOptionModifier and TypeMethodDescriptionprivate ButtonWidgetOptionPairWidget.method_6702(MinecraftClient minecraftClient, int int2, int int3, GameOption gameOption) Constructors in net.minecraft.client.gui.widget with parameters of type GameOptionModifierConstructorDescriptionOptionButtonWidget(int int2, int int3, int int4, GameOption gameOption, String string) OptionPairWidget(MinecraftClient minecraftClient, int int2, int int3, int int4, int int5, int int6, GameOption[] gameOption) OptionSliderWidget(int int2, int int3, int int4, GameOption gameOption) OptionSliderWidget(int int2, int int3, int int4, GameOption gameOption, float float2, float float3) -
Uses of GameOption in net.minecraft.client.options
Methods in net.minecraft.client.options that return GameOptionModifier and TypeMethodDescriptionstatic GameOptionGameOption.method_880(int int2) static GameOptionReturns the enum constant of this class with the specified name.static GameOption[]GameOption.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 GameOptionModifier and TypeMethodDescriptionfloatGameOptions.getFLoatOption(GameOption option) GameOptions.getStringOption(GameOption option) booleanGameOptions.gteIntOption(GameOption option) voidGameOptions.setOption(GameOption option, float value) voidGameOptions.setOption(GameOption option, int value)