Uses of Class
net.minecraft.client.option.GameOptions
Package
Description
-
Uses of GameOptions in net.minecraft.client
Modifier 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
Modifier and TypeFieldDescriptionprotected final GameOptions
GameOptionsScreen.gameOptions
private final GameOptions
OptionsScreen.settings
ModifierConstructorDescriptionAccessibilityOptionsScreen
(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
Modifier 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) ModifierConstructorDescriptionDoubleOptionSliderWidget
(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
-
Uses of GameOptions in net.minecraft.client.option
Modifier 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
Modifier 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) Modifier 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) ModifierConstructorDescriptionprivate
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
ModifierConstructorDescriptionEntityRenderDispatcher
(TextureManager textureManager, ItemRenderer itemRenderer, TextRenderer textRenderer, GameOptions gameOptions, EntityModelLoader modelLoader) -
Uses of GameOptions in net.minecraft.client.sound
ModifierConstructorDescriptionSoundManager
(ResourceManager resourceManager, GameOptions gameOptions) SoundSystem
(SoundManager loader, GameOptions settings, ResourceManager resourceManager) -
Uses of GameOptions in net.minecraft.client.tutorial
ModifierConstructorDescriptionBundleTutorial
(TutorialManager manager, GameOptions options) TutorialManager
(MinecraftClient client, GameOptions options)