Uses of Class
net.minecraft.client.Options
Package
Description
-
Uses of Options in net.minecraft.client
Modifier and TypeFieldDescriptionCycleOption.getter
ProgressOption.getter
private final BiConsumer<Options,
Double> ProgressOption.setter
private final BiFunction<Options,
ProgressOption, Component> ProgressOption.toString
Modifier and TypeMethodDescriptionvoid
CycleOption.createButton
(Options p_90688_, int p_90689_, int p_90690_, int p_90691_) abstract AbstractWidget
Option.createButton
(Options p_91719_, int p_91720_, int p_91721_, int p_91722_) ProgressOption.createButton
(Options p_92227_, int p_92228_, int p_92229_, int p_92230_) static void
Minecraft.fillReport
(Minecraft p_167873_, LanguageManager p_167874_, String p_167875_, Options p_167876_, CrashReport p_167877_) private static SystemReport
Minecraft.fillSystemReport
(SystemReport p_167851_, Minecraft p_167852_, LanguageManager p_167853_, String p_167854_, Options p_167855_) double
ProgressOption.getMessage
(Options p_92234_) void
Modifier and TypeMethodDescriptionstatic CycleOption<Boolean>
CycleOption.createBinaryOption
(String p_167759_, Component p_167760_, Component p_167761_, Function<Options, Boolean> p_167762_, CycleOption.OptionSetter<Boolean> p_167763_) static CycleOption<Boolean>
CycleOption.createOnOff
(String p_167744_, Function<Options, Boolean> p_167745_, CycleOption.OptionSetter<Boolean> p_167746_) static CycleOption<Boolean>
CycleOption.createOnOff
(String p_167754_, Component p_167755_, Function<Options, Boolean> p_167756_, CycleOption.OptionSetter<Boolean> p_167757_) ModifierConstructorDescriptionprivate
CycleOption
(String p_167717_, Function<Options, T> p_167718_, CycleOption.OptionSetter<T> p_167719_, Supplier<CycleButton.Builder<T>> p_167720_) LogaritmicProgressOption
(String p_90966_, double p_90967_, double p_90968_, float p_90969_, Function<Options, Double> p_90970_, BiConsumer<Options, Double> p_90971_, BiFunction<Options, ProgressOption, Component> p_90972_) LogaritmicProgressOption
(String p_90966_, double p_90967_, double p_90968_, float p_90969_, Function<Options, Double> p_90970_, BiConsumer<Options, Double> p_90971_, BiFunction<Options, ProgressOption, Component> p_90972_) LogaritmicProgressOption
(String p_90966_, double p_90967_, double p_90968_, float p_90969_, Function<Options, Double> p_90970_, BiConsumer<Options, Double> p_90971_, BiFunction<Options, ProgressOption, Component> p_90972_) ProgressOption
(String p_92211_, double p_92212_, double p_92213_, float p_92214_, Function<Options, Double> p_92215_, BiConsumer<Options, Double> p_92216_, BiFunction<Options, ProgressOption, Component> p_92217_) ProgressOption
(String p_92211_, double p_92212_, double p_92213_, float p_92214_, Function<Options, Double> p_92215_, BiConsumer<Options, Double> p_92216_, BiFunction<Options, ProgressOption, Component> p_92217_) ProgressOption
(String p_92211_, double p_92212_, double p_92213_, float p_92214_, Function<Options, Double> p_92215_, BiConsumer<Options, Double> p_92216_, BiFunction<Options, ProgressOption, Component> p_92217_) ProgressOption
(String p_168540_, double p_168541_, double p_168542_, float p_168543_, Function<Options, Double> p_168544_, BiConsumer<Options, Double> p_168545_, BiFunction<Options, ProgressOption, Component> p_168546_, Function<Minecraft, List<FormattedCharSequence>> p_168547_) ProgressOption
(String p_168540_, double p_168541_, double p_168542_, float p_168543_, Function<Options, Double> p_168544_, BiConsumer<Options, Double> p_168545_, BiFunction<Options, ProgressOption, Component> p_168546_, Function<Minecraft, List<FormattedCharSequence>> p_168547_) ProgressOption
(String p_168540_, double p_168541_, double p_168542_, float p_168543_, Function<Options, Double> p_168544_, BiConsumer<Options, Double> p_168545_, BiFunction<Options, ProgressOption, Component> p_168546_, Function<Minecraft, List<FormattedCharSequence>> p_168547_) -
Uses of Options in net.minecraft.client.gui.components
ModifierConstructorDescriptionprotected
AbstractOptionSliderButton
(Options p_93379_, int p_93380_, int p_93381_, int p_93382_, int p_93383_, double p_93384_) SliderButton
(Options p_169060_, int p_169061_, int p_169062_, int p_169063_, int p_169064_, ProgressOption p_169065_, List<FormattedCharSequence> p_169066_) -
Uses of Options in net.minecraft.client.gui.screens
Modifier and TypeFieldDescriptionprivate final Options
OptionsScreen.options
protected final Options
OptionsSubScreen.options
ModifierConstructorDescriptionAccessibilityOptionsScreen
(Screen p_95504_, Options p_95505_) ChatOptionsScreen
(Screen p_95571_, Options p_95572_) LanguageSelectScreen
(Screen p_96085_, Options p_96086_, LanguageManager p_96087_) MouseSettingsScreen
(Screen p_96222_, Options p_96223_) OnlineOptionsScreen
(Screen p_193843_, Options p_193844_) OptionsScreen
(Screen p_96242_, Options p_96243_) OptionsSubScreen
(Screen p_96284_, Options p_96285_, Component p_96286_) SimpleOptionsSubScreen
(Screen p_96670_, Options p_96671_, Component p_96672_, Option[] p_96673_) SkinCustomizationScreen
(Screen p_96684_, Options p_96685_) SoundOptionsScreen
(Screen p_96702_, Options p_96703_) VideoSettingsScreen
(Screen p_96806_, Options p_96807_) -
Uses of Options in net.minecraft.client.gui.screens.controls
ModifierConstructorDescriptionControlsScreen
(Screen p_97519_, Options p_97520_) KeyBindsScreen
(Screen p_193980_, Options p_193981_) -
Uses of Options in net.minecraft.client.player
-
Uses of Options in net.minecraft.client.renderer.entity
ModifierConstructorDescriptionEntityRenderDispatcher
(TextureManager p_173998_, ItemRenderer p_173999_, Font p_174000_, Options p_174001_, EntityModelSet p_174002_) -
Uses of Options in net.minecraft.client.sounds
ModifierConstructorDescriptionSoundEngine
(SoundManager p_120236_, Options p_120237_, ResourceManager p_120238_) SoundManager
(ResourceManager p_120352_, Options p_120353_) -
Uses of Options in net.minecraft.client.tutorial