Uses of Class
net.minecraft.client.settings.GameSettings

Packages that use GameSettings
cpw.mods.fml.client.registry   
net.minecraft.client   
net.minecraft.client.audio   
net.minecraft.client.gui   
net.minecraft.client.renderer   
net.minecraft.client.renderer.entity   
net.minecraft.util   
net.minecraftforge.client   
 

Uses of GameSettings in cpw.mods.fml.client.registry
 

Methods in cpw.mods.fml.client.registry with parameters of type GameSettings
 void KeyBindingRegistry.uploadKeyBindingsToGame(GameSettings settings)
           
 

Uses of GameSettings in net.minecraft.client
 

Fields in net.minecraft.client declared as GameSettings
 GameSettings Minecraft.gameSettings
          The game settings that currently hold effect.
 

Uses of GameSettings in net.minecraft.client.audio
 

Methods in net.minecraft.client.audio with parameters of type GameSettings
 void SoundManager.loadSoundSettings(GameSettings par1GameSettings)
          Used for loading sound settings from GameSettings
 

Uses of GameSettings in net.minecraft.client.gui
 

Constructors in net.minecraft.client.gui with parameters of type GameSettings
FontRenderer(GameSettings par1GameSettings, String par2Str, RenderEngine par3RenderEngine, boolean par4)
           
GuiControls(GuiScreen par1GuiScreen, GameSettings par2GameSettings)
           
GuiLanguage(GuiScreen par1GuiScreen, GameSettings par2GameSettings)
           
GuiOptions(GuiScreen par1GuiScreen, GameSettings par2GameSettings)
           
GuiSnooper(GuiScreen par1GuiScreen, GameSettings par2GameSettings)
           
GuiVideoSettings(GuiScreen par1GuiScreen, GameSettings par2GameSettings)
           
MapItemRenderer(FontRenderer par1FontRenderer, GameSettings par2GameSettings, RenderEngine par3RenderEngine)
           
ScaledResolution(GameSettings par1GameSettings, int par2, int par3)
           
ScreenChatOptions(GuiScreen par1GuiScreen, GameSettings par2GameSettings)
           
 

Uses of GameSettings in net.minecraft.client.renderer
 

Constructors in net.minecraft.client.renderer with parameters of type GameSettings
RenderEngine(TexturePackList par1TexturePackList, GameSettings par2GameSettings)
           
 

Uses of GameSettings in net.minecraft.client.renderer.entity
 

Fields in net.minecraft.client.renderer.entity declared as GameSettings
 GameSettings RenderManager.options
          Reference to the GameSettings object.
 

Methods in net.minecraft.client.renderer.entity with parameters of type GameSettings
 void RenderManager.cacheActiveRenderInfo(World par1World, RenderEngine par2RenderEngine, FontRenderer par3FontRenderer, EntityLiving par4EntityLiving, GameSettings par5GameSettings, float par6)
          Caches the current frame's active render info, including the current World, RenderEngine, GameSettings and FontRenderer settings, as well as interpolated player position, pitch and yaw.
 

Uses of GameSettings in net.minecraft.util
 

Constructors in net.minecraft.util with parameters of type GameSettings
MouseHelper(Component par1Component, GameSettings par2GameSettings)
           
MovementInputFromOptions(GameSettings par1GameSettings)
           
 

Uses of GameSettings in net.minecraftforge.client
 

Constructors in net.minecraftforge.client with parameters of type GameSettings
GuiControlsScrollPanel(GuiControls controls, GameSettings options, Minecraft mc)