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
Methods in net.minecraft.client.gui.screen.option with parameters of type GameOptionsModifier and TypeMethodDescriptionprivate static SimpleOption<?>[]
AccessibilityOptionsScreen.getOptions
(GameOptions gameOptions) private static SimpleOption<?>[]
MouseOptionsScreen.getOptions
(GameOptions gameOptions) private static SimpleOption<?>[]
VideoOptionsScreen.getOptions
(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, SimpleOption<?>[] 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, SimpleOption<?> option) static ButtonListWidget.ButtonEntry
ButtonListWidget.ButtonEntry.create
(GameOptions options, int width, SimpleOption<?> firstOption, @Nullable SimpleOption<?> secondOption) Constructors in net.minecraft.client.gui.widget with parameters of type GameOptionsModifierConstructorDescriptionprotected
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
Methods in net.minecraft.client.option with parameters of type GameOptionsModifier and TypeMethodDescriptionSimpleOption.createButton
(GameOptions options, int x, int y, int width) SimpleOption.Callbacks.getButtonCreator
(SimpleOption.TooltipFactory<T> tooltipFactory, GameOptions gameOptions, int x, int y, int width) Returns the button creator.default Function<SimpleOption<T>,
ClickableWidget> SimpleOption.CyclingCallbacks.getButtonCreator
(SimpleOption.TooltipFactory<T> tooltipFactory, GameOptions gameOptions, int x, int y, int width) Returns the button creator.default Function<SimpleOption<T>,
ClickableWidget> SimpleOption.SliderCallbacks.getButtonCreator
(SimpleOption.TooltipFactory<T> tooltipFactory, GameOptions gameOptions, int x, int y, int width) Returns the button creator.default Function<SimpleOption<T>,
ClickableWidget> SimpleOption.TypeChangeableCallbacks.getButtonCreator
(SimpleOption.TooltipFactory<T> tooltipFactory, GameOptions gameOptions, int x, int y, int width) Returns the button creator.Constructors in net.minecraft.client.option with parameters of type GameOptionsModifierConstructorDescription(package private)
OptionSliderWidgetImpl
(GameOptions options, int x, int y, int width, int height, SimpleOption<N> option, SimpleOption.SliderCallbacks<N> callbacks, SimpleOption.TooltipFactory<N> tooltipFactory) -
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
(MinecraftClient client, TextureManager textureManager, ItemRenderer itemRenderer, BlockRenderManager blockRenderManager, 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)