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 voidMinecraftClient.addSystemDetailsToCrashReport(@Nullable LanguageManager languageManager, String version, @Nullable GameOptions options, CrashReport report) -
Uses of GameOptions in net.minecraft.client.gui.screen.option
Fields in net.minecraft.client.gui.screen.option declared as GameOptionsModifier and TypeFieldDescriptionprotected GameOptionsGameOptionsScreen.gameOptionsprivate GameOptionsOptionsScreen.settingsConstructors 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)LanguageOptionsScreen(Screen parent, GameOptions options, LanguageManager languageManager)MouseOptionsScreen(Screen parent, GameOptions gameOptions)NarratorOptionsScreen(Screen parent, GameOptions gameOptions, Text title, Option[] options)OptionsScreen(Screen parent, GameOptions gameOptions)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, List<OrderedText> orderedTooltip)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 BiFunction<GameOptions,DoubleOption,Text>DoubleOption.displayStringGetterprivate Function<GameOptions,T>CyclingOption.getterprivate Function<GameOptions,Double>DoubleOption.getterprivate BiConsumer<GameOptions,Double>DoubleOption.setterMethods 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)DoubleOption.createButton(GameOptions options, int x, int y, int width)abstract AbstractButtonWidgetOption.createButton(GameOptions options, int x, int y, int width)doubleDoubleOption.get(GameOptions options)DoubleOption.getDisplayString(GameOptions options)voidDoubleOption.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 GameOptionsModifierConstructorDescriptionprivateCyclingOption(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>> function)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>> function)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>> function)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)