Uses of Class
net.minecraft.client.gui.screen.option.GameOptionsScreen
Packages that use GameOptionsScreen
-
Uses of GameOptionsScreen in net.minecraft.client.gui.screen.option
Subclasses of GameOptionsScreen in net.minecraft.client.gui.screen.optionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
-
Uses of GameOptionsScreen in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as GameOptionsScreenMethods in net.minecraft.client.gui.widget with parameters of type GameOptionsScreenModifier and TypeMethodDescriptionOptionListWidget.OptionWidgetEntry.create
(GameOptions gameOptions, SimpleOption<?> option, GameOptionsScreen optionsScreen) OptionListWidget.OptionWidgetEntry.create
(GameOptions gameOptions, SimpleOption<?> firstOption, @Nullable SimpleOption<?> secondOption, GameOptionsScreen optionsScreen) Constructors in net.minecraft.client.gui.widget with parameters of type GameOptionsScreenModifierConstructorDescriptionOptionListWidget
(MinecraftClient client, int width, GameOptionsScreen optionsScreen) private
OptionWidgetEntry
(Map<SimpleOption<?>, ClickableWidget> widgets, GameOptionsScreen optionsScreen)