Uses of Class
net.minecraft.client.Options
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of Options in net.minecraft.client
Modifier and TypeMethodDescriptionOptionInstance.createButton
(Options p_332030_) OptionInstance.createButton
(Options p_231508_, int p_231509_, int p_231510_, int p_231511_) OptionInstance.createButton
(Options p_261971_, int p_261486_, int p_261569_, int p_261677_, Consumer<T> p_261912_) default Function
<OptionInstance<T>, AbstractWidget> OptionInstance.CycleableValueSet.createButton
(OptionInstance.TooltipSupplier<T> p_261801_, Options p_261824_, int p_261649_, int p_262114_, int p_261536_, Consumer<T> p_261642_) default Function
<OptionInstance<T>, AbstractWidget> OptionInstance.SliderableOrCyclableValueSet.createButton
(OptionInstance.TooltipSupplier<T> p_261786_, Options p_262030_, int p_261940_, int p_262149_, int p_261495_, Consumer<T> p_261881_) default Function
<OptionInstance<T>, AbstractWidget> OptionInstance.SliderableValueSet.createButton
(OptionInstance.TooltipSupplier<T> p_261993_, Options p_262177_, int p_261706_, int p_261683_, int p_261573_, Consumer<T> p_261969_) OptionInstance.ValueSet.createButton
(OptionInstance.TooltipSupplier<T> p_231779_, Options p_231780_, int p_231781_, int p_231782_, int p_231783_, Consumer<T> p_261976_) 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_) ModifierConstructorDescription(package private)
OptionInstanceSliderButton
(Options p_261713_, int p_261873_, int p_261656_, int p_261799_, int p_261893_, OptionInstance<N> p_262129_, OptionInstance.SliderableValueSet<N> p_261995_, OptionInstance.TooltipSupplier<N> p_261963_, Consumer<N> p_261829_, boolean p_341915_) -
Uses of Options in net.minecraft.client.gui.components
Modifier and TypeMethodDescriptionstatic OptionsList.OptionEntry
OptionsList.OptionEntry.big
(Options p_333804_, OptionInstance<?> p_333884_, OptionsSubScreen p_346169_) static OptionsList.OptionEntry
OptionsList.OptionEntry.small
(Options p_333928_, OptionInstance<?> p_333848_, OptionInstance<?> p_333717_, OptionsSubScreen p_344761_) ModifierConstructorDescriptionprotected
AbstractOptionSliderButton
(Options p_93379_, int p_93380_, int p_93381_, int p_93382_, int p_93383_, double p_93384_) -
Uses of Options in net.minecraft.client.gui.font
Modifier and TypeMethodDescriptionprivate static Set
<FontOption> FontManager.getFontOptions
(Options p_326037_) void
FontManager.updateOptions
(Options p_326271_) -
Uses of Options in net.minecraft.client.gui.screens
ModifierConstructorDescriptionAccessibilityOnboardingScreen
(Options p_265483_, Runnable p_300004_) -
Uses of Options in net.minecraft.client.gui.screens.options
Modifier and TypeFieldDescriptionprivate final Options
OptionsScreen.options
protected final Options
OptionsSubScreen.options
Modifier and TypeMethodDescriptionprivate static OptionInstance<?>[]
SoundOptionsScreen.buttonOptions
(Options p_345044_) private static OptionInstance<?>[]
private static OptionInstance<?>[]
private static OptionInstance<?>[]
private static OptionInstance<?>[]
private OptionInstance<?>[]
private static OptionInstance<?>[]
ModifierConstructorDescriptionAccessibilityOptionsScreen
(Screen p_344941_, Options p_344986_) ChatOptionsScreen
(Screen p_345947_, Options p_345195_) FontOptionsScreen
(Screen p_345371_, Options p_345464_) LanguageSelectScreen
(Screen p_345780_, Options p_344823_, LanguageManager p_344876_) MouseSettingsScreen
(Screen p_344816_, Options p_346286_) OnlineOptionsScreen
(Screen p_345316_, Options p_346369_) OptionsScreen
(Screen p_346430_, Options p_344748_) OptionsSubScreen
(Screen p_345104_, Options p_346116_, Component p_344987_) SkinCustomizationScreen
(Screen p_346103_, Options p_345751_) SoundOptionsScreen
(Screen p_345995_, Options p_345465_) VideoSettingsScreen
(Screen p_345053_, Minecraft p_346149_, Options p_346198_) -
Uses of Options in net.minecraft.client.gui.screens.options.controls
ModifierConstructorDescriptionControlsScreen
(Screen p_345870_, Options p_345150_) KeyBindsScreen
(Screen p_344996_, Options p_344771_) -
Uses of Options in net.minecraft.client.gui.screens.telemetry
-
Uses of Options in net.minecraft.client.player
-
Uses of Options in net.minecraft.client.renderer.entity
ModifierConstructorDescriptionEntityRenderDispatcher
(Minecraft p_234579_, TextureManager p_234580_, ItemRenderer p_234581_, BlockRenderDispatcher p_234582_, Font p_234583_, Options p_234584_, EntityModelSet p_234585_) -
Uses of Options in net.minecraft.client.sounds
ModifierConstructorDescriptionSoundEngine
(SoundManager p_120236_, Options p_120237_, ResourceProvider p_249332_) SoundManager
(Options p_250027_) -
Uses of Options in net.minecraft.client.tutorial
-
Uses of Options in net.neoforged.neoforge.client
-
Uses of Options in net.neoforged.neoforge.client.event