Uses of Class
net.minecraft.client.option.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 gameOptions, String string, TextureManager textureManager) -
Uses of GameOptions in net.minecraft.client.gui.screen.option
Fields in net.minecraft.client.gui.screen.option declared as GameOptionsModifier and TypeFieldDescriptionprivate GameOptionsKeybindsScreen.gameOptionsprivate GameOptionsOptionsScreen.optionsprivate GameOptionsVideoOptionsScreen.optionsConstructors in net.minecraft.client.gui.screen.option with parameters of type GameOptionsModifierConstructorDescriptionKeybindsScreen(Screen parent, GameOptions gameOptions) OptionsScreen(Screen parent, GameOptions options) VideoOptionsScreen(Screen parent, GameOptions options) -
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
Fields in net.minecraft.client.render declared as GameOptionsConstructors in net.minecraft.client.render with parameters of type GameOptionsModifierConstructorDescriptionMapRenderer(TextRenderer textRenderer, GameOptions options, TextureManager textureManager) -
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.init(World world, TextureManager textureManager, TextRenderer textRenderer, LivingEntity livingEntity, GameOptions options, float scale) -
Uses of GameOptions in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as GameOptionsMethods in net.minecraft.client.sound with parameters of type GameOptions -
Uses of GameOptions in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as GameOptionsConstructors in net.minecraft.client.texture with parameters of type GameOptions -
Uses of GameOptions in net.minecraft.client.util
Constructors in net.minecraft.client.util with parameters of type GameOptionsModifierConstructorDescriptionScreenScaler(GameOptions options, int framebufferWidth, int framebufferHeight)