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
Modifier and TypeFieldDescriptionprivate final GameOptions
AccessibilityOnboardingScreen.gameOptions
ModifierConstructorDescriptionAccessibilityOnboardingScreen
(GameOptions gameOptions, Runnable onClose) -
Uses of GameOptions in net.minecraft.client.gui.screen.option
Modifier and TypeFieldDescriptionprotected final GameOptions
GameOptionsScreen.gameOptions
private final GameOptions
TelemetryInfoScreen.options
private final GameOptions
OptionsScreen.settings
Modifier and TypeMethodDescriptionstatic OnlineOptionsScreen
OnlineOptionsScreen.create
(MinecraftClient client, Screen parent, GameOptions gameOptions) private static SimpleOption<?>[]
AccessibilityOptionsScreen.getOptions
(GameOptions gameOptions) private static SimpleOption<?>[]
MouseOptionsScreen.getOptions
(GameOptions gameOptions) private static SimpleOption<?>[]
SoundOptionsScreen.getOptions
(GameOptions gameOptions) private static SimpleOption<?>[]
VideoOptionsScreen.getOptions
(GameOptions gameOptions) 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) private
OnlineOptionsScreen
(Screen parent, GameOptions gameOptions, SimpleOption<?>[] options, @Nullable SimpleOption<com.mojang.datafixers.util.Unit> difficulty) OptionsScreen
(Screen parent, GameOptions gameOptions) SimpleOptionsScreen
(Screen parent, GameOptions gameOptions, Text title, SimpleOption<?>[] options) SkinOptionsScreen
(Screen parent, GameOptions gameOptions) SoundOptionsScreen
(Screen parent, GameOptions options) TelemetryInfoScreen
(Screen parent, GameOptions options) VideoOptionsScreen
(Screen parent, GameOptions options) -
Uses of GameOptions in net.minecraft.client.gui.widget
Modifier and TypeMethodDescriptionstatic OptionListWidget.WidgetEntry
OptionListWidget.WidgetEntry.create
(GameOptions options, int width, SimpleOption<?> option) static OptionListWidget.WidgetEntry
OptionListWidget.WidgetEntry.create
(GameOptions options, int width, SimpleOption<?> firstOption, @Nullable SimpleOption<?> secondOption) ModifierConstructorDescriptionprotected
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 TypeMethodDescriptionSimpleOption.createWidget
(GameOptions options, int x, int y, int width) SimpleOption.createWidget
(GameOptions options, int x, int y, int width, Consumer<T> changeCallback) SimpleOption.Callbacks.getWidgetCreator
(SimpleOption.TooltipFactory<T> tooltipFactory, GameOptions gameOptions, int x, int y, int width, Consumer<T> changeCallback) Returns the widget creator.default Function<SimpleOption<T>,
ClickableWidget> SimpleOption.CyclingCallbacks.getWidgetCreator
(SimpleOption.TooltipFactory<T> tooltipFactory, GameOptions gameOptions, int x, int y, int width, Consumer<T> changeCallback) Returns the widget creator.default Function<SimpleOption<T>,
ClickableWidget> SimpleOption.SliderCallbacks.getWidgetCreator
(SimpleOption.TooltipFactory<T> tooltipFactory, GameOptions gameOptions, int x, int y, int width, Consumer<T> changeCallback) Returns the widget creator.default Function<SimpleOption<T>,
ClickableWidget> SimpleOption.TypeChangeableCallbacks.getWidgetCreator
(SimpleOption.TooltipFactory<T> tooltipFactory, GameOptions gameOptions, int x, int y, int width, Consumer<T> changeCallback) Returns the widget creator.ModifierConstructorDescription(package private)
OptionSliderWidgetImpl
(GameOptions options, int x, int y, int width, int height, SimpleOption<N> option, SimpleOption.SliderCallbacks<N> callbacks, SimpleOption.TooltipFactory<N> tooltipFactory, Consumer<N> changeCallback) -
Uses of GameOptions in net.minecraft.client.render.entity
ModifierConstructorDescriptionEntityRenderDispatcher
(MinecraftClient client, TextureManager textureManager, ItemRenderer itemRenderer, BlockRenderManager blockRenderManager, TextRenderer textRenderer, GameOptions gameOptions, EntityModelLoader modelLoader) -
Uses of GameOptions in net.minecraft.client.sound
ModifierConstructorDescriptionSoundManager
(GameOptions gameOptions) SoundSystem
(SoundManager loader, GameOptions settings, ResourceFactory resourceFactory) -
Uses of GameOptions in net.minecraft.client.tutorial
ModifierConstructorDescriptionBundleTutorial
(TutorialManager manager, GameOptions options) TutorialManager
(MinecraftClient client, GameOptions options)