Uses of Class
net.minecraft.client.option.GameOptions
Packages that use GameOptions
Package
Description
-
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 void
MinecraftClient.addSystemDetailsToCrashReport
(@Nullable MinecraftClient client, @Nullable LanguageManager languageManager, String version, @Nullable GameOptions options, CrashReport report) private static SystemDetails
MinecraftClient.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 GameOptions
GameOptionsScreen.gameOptions
private final GameOptions
OptionsScreen.settings
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.ButtonEntry
ButtonListWidget.ButtonEntry.create
(GameOptions options, int width, Option option) static ButtonListWidget.ButtonEntry
ButtonListWidget.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, List<OrderedText> orderedTooltip) protected
OptionSliderWidget
(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.displayStringGetter
private final Function<GameOptions,
T> CyclingOption.getter
private final Function<GameOptions,
Double> DoubleOption.getter
private final BiConsumer<GameOptions,
Double> DoubleOption.setter
Methods in net.minecraft.client.option with parameters of type GameOptionsModifier and TypeMethodDescriptionvoid
CyclingOption.Setter.accept
(GameOptions gameOptions, Option option, T value) CyclingOption.createButton
(GameOptions options, int x, int y, int width) DoubleOption.createButton
(GameOptions options, int x, int y, int width) abstract ClickableWidget
Option.createButton
(GameOptions options, int x, int y, int width) double
DoubleOption.get
(GameOptions options) DoubleOption.getDisplayString
(GameOptions options) void
DoubleOption.set
(GameOptions options, double value) 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) static CyclingOption<Boolean>
CyclingOption.create
(String key, Text tooltip, Function<GameOptions, Boolean> getter, CyclingOption.Setter<Boolean> setter) static CyclingOption<Boolean>
CyclingOption.create
(String key, Text on, Text off, Function<GameOptions, Boolean> getter, CyclingOption.Setter<Boolean> setter) Constructor parameters in net.minecraft.client.option with type arguments of type GameOptionsModifierConstructorDescriptionprivate
CyclingOption
(String key, Function<GameOptions, T> getter, CyclingOption.Setter<T> setter, Supplier<CyclingButtonWidget.Builder<T>> buttonBuilderFactory) DoubleOption
(String key, double min, double max, float step, Function<GameOptions, Double> getter, BiConsumer<GameOptions, Double> setter, BiFunction<GameOptions, DoubleOption, Text> displayStringGetter) DoubleOption
(String key, double min, double max, float step, Function<GameOptions, Double> getter, BiConsumer<GameOptions, Double> setter, BiFunction<GameOptions, DoubleOption, Text> displayStringGetter) DoubleOption
(String key, double min, double max, float step, Function<GameOptions, Double> getter, BiConsumer<GameOptions, Double> setter, BiFunction<GameOptions, DoubleOption, Text> displayStringGetter) DoubleOption
(String key, double min, double max, float step, Function<GameOptions, Double> getter, BiConsumer<GameOptions, Double> setter, BiFunction<GameOptions, DoubleOption, Text> displayStringGetter, Function<MinecraftClient, List<OrderedText>> tooltipsGetter) DoubleOption
(String key, double min, double max, float step, Function<GameOptions, Double> getter, BiConsumer<GameOptions, Double> setter, BiFunction<GameOptions, DoubleOption, Text> displayStringGetter, Function<MinecraftClient, List<OrderedText>> tooltipsGetter) DoubleOption
(String key, double min, double max, float step, Function<GameOptions, Double> getter, BiConsumer<GameOptions, Double> setter, BiFunction<GameOptions, DoubleOption, Text> displayStringGetter, Function<MinecraftClient, List<OrderedText>> tooltipsGetter) LogarithmicOption
(String key, double min, double max, float step, Function<GameOptions, Double> getter, BiConsumer<GameOptions, Double> setter, BiFunction<GameOptions, DoubleOption, Text> displayStringGetter) LogarithmicOption
(String key, double min, double max, float step, Function<GameOptions, Double> getter, BiConsumer<GameOptions, Double> setter, BiFunction<GameOptions, DoubleOption, Text> displayStringGetter) LogarithmicOption
(String key, double min, double max, float step, Function<GameOptions, Double> getter, BiConsumer<GameOptions, Double> setter, BiFunction<GameOptions, DoubleOption, Text> displayStringGetter) -
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)