Uses of Class
net.minecraft.client.option.GameOptions
Packages that use GameOptions
Package
Description
The base package for all Minecraft classes.
-
Uses of GameOptions in net.minecraft
Methods in net.minecraft with parameters of type GameOptionsModifier and TypeMethodDescriptionclass_7172.createButton(GameOptions options, int x, int y, int width) class_7172.class_7173.method_41756(Option.TooltipFactory<T> tooltipFactory, GameOptions gameOptions, int int2, int int3, int int4) class_7172.class_7174.method_41756(Option.TooltipFactory<Integer> tooltipFactory, GameOptions gameOptions, int int2, int int3, int int4) class_7172.class_7177.method_41756(Option.TooltipFactory<Double> tooltipFactory, GameOptions gameOptions, int int2, int int3, int int4) class_7172.class_7178.method_41756(Option.TooltipFactory<T> tooltipFactory, GameOptions gameOptions, int int2, int int3, int int4) Constructors in net.minecraft with parameters of type GameOptionsModifierConstructorDescription(package private)class_7175(GameOptions gameOptions, int int2, int int3, int int4, int int5, class_7172<N> class_7172, class_7172.class_7176<N> class_7176, Option.TooltipFactory<N> tooltipFactory) -
Uses of GameOptions in net.minecraft.client
Fields in net.minecraft.client declared as GameOptionsMethods in net.minecraft.client with parameters of type GameOptionsModifier and TypeMethodDescriptionstatic voidMinecraftClient.addSystemDetailsToCrashReport(@Nullable MinecraftClient client, @Nullable LanguageManager languageManager, String version, @Nullable GameOptions options, CrashReport report) private static SystemDetailsMinecraftClient.addSystemDetailsToCrashReport(SystemDetails systemDetails, @Nullable MinecraftClient client, @Nullable LanguageManager languageManager, String version, GameOptions options) -
Uses of GameOptions in net.minecraft.client.gui.screen.option
Fields in net.minecraft.client.gui.screen.option declared as GameOptionsModifier and TypeFieldDescriptionprotected final GameOptionsGameOptionsScreen.gameOptionsprivate final GameOptionsOptionsScreen.settingsMethods in net.minecraft.client.gui.screen.option with parameters of type GameOptionsModifier and TypeMethodDescriptionprivate static Option[]AccessibilityOptionsScreen.method_41839(GameOptions gameOptions) private static Option[]MouseOptionsScreen.method_41841(GameOptions gameOptions) private static Option[]VideoOptionsScreen.method_41846(GameOptions gameOptions) Constructors in net.minecraft.client.gui.screen.option with parameters of type GameOptionsModifierConstructorDescriptionAccessibilityOptionsScreen(Screen parent, GameOptions gameOptions) ChatOptionsScreen(Screen parent, GameOptions options) ControlsOptionsScreen(Screen parent, GameOptions options) GameOptionsScreen(Screen parent, GameOptions gameOptions, Text title) KeybindsScreen(Screen parent, GameOptions gameOptions) LanguageOptionsScreen(Screen parent, GameOptions options, LanguageManager languageManager) MouseOptionsScreen(Screen parent, GameOptions gameOptions) OnlineOptionsScreen(Screen parent, GameOptions gameOptions) OptionsScreen(Screen parent, GameOptions gameOptions) SimpleOptionsScreen(Screen parent, GameOptions gameOptions, Text title, Option[] options) SkinOptionsScreen(Screen parent, GameOptions gameOptions) SoundOptionsScreen(Screen parent, GameOptions options) VideoOptionsScreen(Screen parent, GameOptions options) -
Uses of GameOptions in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as GameOptionsMethods in net.minecraft.client.gui.widget with parameters of type GameOptionsModifier and TypeMethodDescriptionstatic ButtonListWidget.ButtonEntryButtonListWidget.ButtonEntry.create(GameOptions options, int width, Option option) static ButtonListWidget.ButtonEntryButtonListWidget.ButtonEntry.create(GameOptions options, int width, Option firstOption, @Nullable Option secondOption) Constructors in net.minecraft.client.gui.widget with parameters of type GameOptionsModifierConstructorDescriptionDoubleOptionSliderWidget(GameOptions gameOptions, int x, int y, int width, int height, DoubleOption option, Option.TooltipFactory<Double> tooltipFactory) protectedOptionSliderWidget(GameOptions options, int x, int y, int width, int height, double value) -
Uses of GameOptions in net.minecraft.client.input
Fields in net.minecraft.client.input declared as GameOptionsConstructors in net.minecraft.client.input with parameters of type GameOptions -
Uses of GameOptions in net.minecraft.client.option
Fields in net.minecraft.client.option with type parameters of type GameOptionsModifier and TypeFieldDescriptionprivate final BiFunction<GameOptions,DoubleOption, Text> DoubleOption.displayStringGetterDeprecated, for removal: This API element is subject to removal in a future version.private final Function<GameOptions,T> CyclingOption.getterDeprecated, for removal: This API element is subject to removal in a future version.private final Function<GameOptions,Double> DoubleOption.getterDeprecated, for removal: This API element is subject to removal in a future version.private final BiConsumer<GameOptions,Double> DoubleOption.setterDeprecated, for removal: This API element is subject to removal in a future version.Methods in net.minecraft.client.option with parameters of type GameOptionsModifier and TypeMethodDescriptionvoidCyclingOption.Setter.accept(GameOptions gameOptions, Option option, T value) CyclingOption.createButton(GameOptions options, int x, int y, int width) Deprecated, for removal: This API element is subject to removal in a future version.DoubleOption.createButton(GameOptions options, int x, int y, int width) Deprecated, for removal: This API element is subject to removal in a future version.abstract ClickableWidgetOption.createButton(GameOptions options, int x, int y, int width) doubleDoubleOption.get(GameOptions options) Deprecated, for removal: This API element is subject to removal in a future version.DoubleOption.getDisplayString(GameOptions options) Deprecated, for removal: This API element is subject to removal in a future version.voidDoubleOption.set(GameOptions options, double value) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in net.minecraft.client.option with type arguments of type GameOptionsModifier and TypeMethodDescriptionstatic CyclingOption<Boolean>CyclingOption.create(String key, Function<GameOptions, Boolean> getter, CyclingOption.Setter<Boolean> setter) Deprecated, for removal: This API element is subject to removal in a future version.static CyclingOption<Boolean>CyclingOption.create(String key, Text tooltip, Function<GameOptions, Boolean> getter, CyclingOption.Setter<Boolean> setter) Deprecated, for removal: This API element is subject to removal in a future version.static CyclingOption<Boolean>CyclingOption.create(String key, Text on, Text off, Function<GameOptions, Boolean> getter, CyclingOption.Setter<Boolean> setter) Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in net.minecraft.client.option with type arguments of type GameOptionsModifierConstructorDescriptionprivateCyclingOption(String key, Function<GameOptions, T> getter, CyclingOption.Setter<T> setter, Supplier<CyclingButtonWidget.Builder<T>> buttonBuilderFactory) Deprecated, for removal: This API element is subject to removal in a future version.DoubleOption(String key, double min, double max, float step, Function<GameOptions, Double> getter, BiConsumer<GameOptions, Double> setter, BiFunction<GameOptions, DoubleOption, Text> displayStringGetter) Deprecated, for removal: This API element is subject to removal in a future version.DoubleOption(String key, double min, double max, float step, Function<GameOptions, Double> getter, BiConsumer<GameOptions, Double> setter, BiFunction<GameOptions, DoubleOption, Text> displayStringGetter) Deprecated, for removal: This API element is subject to removal in a future version.DoubleOption(String key, double min, double max, float step, Function<GameOptions, Double> getter, BiConsumer<GameOptions, Double> setter, BiFunction<GameOptions, DoubleOption, Text> displayStringGetter) Deprecated, for removal: This API element is subject to removal in a future version.DoubleOption(String key, double min, double max, float step, Function<GameOptions, Double> getter, BiConsumer<GameOptions, Double> setter, BiFunction<GameOptions, DoubleOption, Text> displayStringGetter, Function<MinecraftClient, Option.TooltipFactory<Double>> tooltipsGetter) Deprecated, for removal: This API element is subject to removal in a future version.DoubleOption(String key, double min, double max, float step, Function<GameOptions, Double> getter, BiConsumer<GameOptions, Double> setter, BiFunction<GameOptions, DoubleOption, Text> displayStringGetter, Function<MinecraftClient, Option.TooltipFactory<Double>> tooltipsGetter) Deprecated, for removal: This API element is subject to removal in a future version.DoubleOption(String key, double min, double max, float step, Function<GameOptions, Double> getter, BiConsumer<GameOptions, Double> setter, BiFunction<GameOptions, DoubleOption, Text> displayStringGetter, Function<MinecraftClient, Option.TooltipFactory<Double>> tooltipsGetter) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of GameOptions in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as GameOptionsConstructors in net.minecraft.client.render.entity with parameters of type GameOptionsModifierConstructorDescriptionEntityRenderDispatcher(TextureManager textureManager, ItemRenderer itemRenderer, TextRenderer textRenderer, GameOptions gameOptions, EntityModelLoader modelLoader) -
Uses of GameOptions in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as GameOptionsConstructors in net.minecraft.client.sound with parameters of type GameOptionsModifierConstructorDescriptionSoundManager(ResourceManager resourceManager, GameOptions gameOptions) SoundSystem(SoundManager loader, GameOptions settings, ResourceManager resourceManager) -
Uses of GameOptions in net.minecraft.client.tutorial
Fields in net.minecraft.client.tutorial declared as GameOptionsConstructors in net.minecraft.client.tutorial with parameters of type GameOptionsModifierConstructorDescriptionBundleTutorial(TutorialManager manager, GameOptions options) TutorialManager(MinecraftClient client, GameOptions options)