Modifier and Type | Method and Description |
---|---|
void |
KeyBindingRegistry.uploadKeyBindingsToGame(GameSettings settings) |
Modifier and Type | Field and Description |
---|---|
GameSettings |
Minecraft.gameSettings
The game settings that currently hold effect.
|
Modifier and Type | Method and Description |
---|---|
void |
SoundManager.loadSoundSettings(GameSettings par1GameSettings)
Used for loading sound settings from GameSettings
|
Constructor and Description |
---|
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) |
Constructor and Description |
---|
RenderEngine(TexturePackList par1TexturePackList,
GameSettings par2GameSettings) |
Modifier and Type | Field and Description |
---|---|
GameSettings |
RenderManager.options
Reference to the GameSettings object.
|
Modifier and Type | Method and Description |
---|---|
void |
RenderManager.cacheActiveRenderInfo(World par1World,
RenderEngine par2RenderEngine,
FontRenderer par3FontRenderer,
EntityLiving par4EntityLiving,
EntityLiving par5EntityLiving,
GameSettings par6GameSettings,
float par7)
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.
|
Constructor and Description |
---|
GuiTexturePacks(GuiScreen par1,
GameSettings par2) |
Constructor and Description |
---|
MouseHelper(Component par1Component,
GameSettings par2GameSettings) |
MovementInputFromOptions(GameSettings par1GameSettings) |
Constructor and Description |
---|
GuiControlsScrollPanel(GuiControls controls,
GameSettings options,
Minecraft mc) |