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
class
-
Uses of GameOptionsScreen in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as GameOptionsScreenModifier and TypeFieldDescriptionprivate final GameOptionsScreen
OptionListWidget.field_49483
private final GameOptionsScreen
OptionListWidget.WidgetEntry.field_49485
Methods in net.minecraft.client.gui.widget with parameters of type GameOptionsScreenModifier and TypeMethodDescriptionstatic OptionListWidget.WidgetEntry
OptionListWidget.WidgetEntry.create
(GameOptions options, SimpleOption<?> simpleOption, GameOptionsScreen gameOptionsScreen) static OptionListWidget.WidgetEntry
OptionListWidget.WidgetEntry.create
(GameOptions options, SimpleOption<?> simpleOption, @Nullable SimpleOption<?> simpleOption2, GameOptionsScreen gameOptionsScreen) Constructors in net.minecraft.client.gui.widget with parameters of type GameOptionsScreenModifierConstructorDescriptionOptionListWidget
(MinecraftClient minecraftClient, int int2, int int3, GameOptionsScreen gameOptionsScreen) private
WidgetEntry
(Map<SimpleOption<?>, ClickableWidget> optionsToWidgets, GameOptionsScreen gameOptionsScreen)