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.
|
Constructor and Description |
---|
SoundManager(ResourceManager par1ResourceManager,
GameSettings par2GameSettings,
File par3File) |
Constructor and Description |
---|
FontRenderer(GameSettings par1GameSettings,
ResourceLocation par2ResourceLocation,
TextureManager par3TextureManager,
boolean par4) |
GuiControls(GuiScreen par1GuiScreen,
GameSettings par2GameSettings) |
GuiLanguage(GuiScreen par1GuiScreen,
GameSettings par2GameSettings,
LanguageManager par3LanguageManager) |
GuiOptions(GuiScreen par1GuiScreen,
GameSettings par2GameSettings) |
GuiSnooper(GuiScreen par1GuiScreen,
GameSettings par2GameSettings) |
GuiVideoSettings(GuiScreen par1GuiScreen,
GameSettings par2GameSettings) |
MapItemRenderer(GameSettings par1GameSettings,
TextureManager par2TextureManager) |
ScaledResolution(GameSettings par1GameSettings,
int par2,
int par3) |
ScreenChatOptions(GuiScreen par1GuiScreen,
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,
TextureManager par2TextureManager,
FontRenderer par3FontRenderer,
EntityLivingBase par4EntityLivingBase,
EntityLivingBase par5EntityLivingBase,
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 |
---|
GuiScreenTemporaryResourcePackSelect(GuiScreen par1GuiScreen,
GameSettings par2GameSettings) |
ResourcePackRepository(File par1File,
ResourcePack par2ResourcePack,
MetadataSerializer par3MetadataSerializer,
GameSettings par4GameSettings) |
Constructor and Description |
---|
MovementInputFromOptions(GameSettings par1GameSettings) |
Constructor and Description |
---|
GuiControlsScrollPanel(GuiControls controls,
GameSettings options,
Minecraft mc) |