Uses of Class
net.minecraft.client.options.GameOptions
Packages that use GameOptions
Package
Description
-
Uses of GameOptions in net.minecraft.client
Fields in net.minecraft.client declared as GameOptions -
Uses of GameOptions in net.minecraft.client.font
Constructors in net.minecraft.client.font with parameters of type GameOptionsModifierConstructorDescriptionTextRenderer(GameOptions options, Identifier fontTexture, TextureManager textureManager, boolean bool) -
Uses of GameOptions in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as GameOptionsModifier and TypeFieldDescriptionprivate final GameOptionsSettingsScreen.optionsprivate final GameOptionsSnooperScreen.optionsprivate final GameOptionsSoundsScreen.optionsprivate final GameOptionsVideoOptionsScreen.optionsConstructors in net.minecraft.client.gui.screen with parameters of type GameOptionsModifierConstructorDescriptionSettingsScreen(Screen parent, GameOptions options) SnooperScreen(Screen parent, GameOptions options) SoundsScreen(Screen parent, GameOptions options) VideoOptionsScreen(Screen parent, GameOptions options) -
Uses of GameOptions in net.minecraft.client.gui.screen.options
Fields in net.minecraft.client.gui.screen.options declared as GameOptionsModifier and TypeFieldDescriptionprivate final GameOptionsChatOptionsScreen.optionsprivate final GameOptionsControlsOptionsScreen.optionsprivate final GameOptionsLanguageOptionsScreen.optionsConstructors in net.minecraft.client.gui.screen.options with parameters of type GameOptionsModifierConstructorDescriptionChatOptionsScreen(Screen parent, GameOptions options) ControlsOptionsScreen(Screen parent, GameOptions options) LanguageOptionsScreen(Screen parent, GameOptions options, LanguageManager languageManager) -
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.render.entity
Fields in net.minecraft.client.render.entity declared as GameOptionsMethods in net.minecraft.client.render.entity with parameters of type GameOptionsModifier and TypeMethodDescriptionvoidEntityRenderDispatcher.method_10200(World world, TextRenderer textRenderer, Entity entity, Entity entity2, GameOptions gameOptions, float float2) -
Uses of GameOptions in net.minecraft.client.resource
Constructors in net.minecraft.client.resource with parameters of type GameOptionsModifierConstructorDescriptionResourcePackLoader(File file, File file2, ResourcePack resourcePack, MetadataSerializer metadataSerializer, GameOptions gameOptions) -
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 options) SoundSystem(SoundManager manager, GameOptions options)