Uses of Class
net.minecraft.client.Minecraft

Packages that use Minecraft
cpw.mods.fml.client   
cpw.mods.fml.client.modloader   
net.minecraft.client   
net.minecraft.src   
net.minecraftforge.client   
 

Uses of Minecraft in cpw.mods.fml.client
 

Methods in cpw.mods.fml.client that return Minecraft
 Minecraft FMLClientHandler.getClient()
          Get the server instance
 

Methods in cpw.mods.fml.client with parameters of type Minecraft
 void FMLClientHandler.beginMinecraftLoading(Minecraft minecraft)
           
 

Constructors in cpw.mods.fml.client with parameters of type Minecraft
GuiScrollingList(Minecraft client, int width, int height, int top, int bottom, int left, int entryHeight)
           
 

Uses of Minecraft in cpw.mods.fml.client.modloader
 

Methods in cpw.mods.fml.client.modloader with parameters of type Minecraft
static void ModLoaderClientHelper.handleFinishLoadingFor(ModLoaderModContainer mc, Minecraft game)
           
 

Constructors in cpw.mods.fml.client.modloader with parameters of type Minecraft
ModLoaderClientHelper(Minecraft client)
           
 

Uses of Minecraft in net.minecraft.client
 

Methods in net.minecraft.client that return Minecraft
static Minecraft Minecraft.getMinecraft()
          Return the singleton Minecraft instance for the game
 

Uses of Minecraft in net.minecraft.src
 

Subclasses of Minecraft in net.minecraft.src
 class MinecraftAppletImpl
           
 

Fields in net.minecraft.src declared as Minecraft
 Minecraft RenderGlobal.mc
          A reference to the Minecraft object.
 

Methods in net.minecraft.src that return Minecraft
static Minecraft ModLoader.getMinecraftInstance()
           
 

Methods in net.minecraft.src with parameters of type Minecraft
 void GuiButton.drawButton(Minecraft par1Minecraft, int par2, int par3)
          Draws this button to the screen.
 void GuiButtonLanguage.drawButton(Minecraft par1Minecraft, int par2, int par3)
          Draws this button to the screen.
static void GuiInventory.func_74223_a(Minecraft par0Minecraft, int par1, int par2, int par3, float par4, float par5)
           
static void PlayerControllerMP.func_78744_a(Minecraft par0Minecraft, PlayerControllerMP par1PlayerControllerMP, int par2, int par3, int par4, int par5)
           
 boolean GuiButton.mousePressed(Minecraft par1Minecraft, int par2, int par3)
          Returns true if the mouse has been pressed on this control.
 boolean GuiSlider.mousePressed(Minecraft par1Minecraft, int par2, int par3)
          Returns true if the mouse has been pressed on this control.
static void ModLoader.onTick(float tick, Minecraft game)
          Deprecated. 
 boolean BaseMod.onTickInGame(float time, Minecraft minecraftInstance)
          Ticked every game tick if you have subscribed to tick events through ModLoader.setInGameHook(BaseMod, boolean, boolean)
 boolean BaseMod.onTickInGUI(float tick, Minecraft game, GuiScreen gui)
           
 void BaseMod.registerAnimation(Minecraft game)
           
 void GuiScreen.setWorldAndResolution(Minecraft par1Minecraft, int par2, int par3)
          Causes the screen to lay out its subcomponents again.
 

Constructors in net.minecraft.src with parameters of type Minecraft
CallableClientProfiler(Minecraft par1Minecraft)
           
CallableGLInfo(Minecraft par1Minecraft)
           
CallableLWJGLVersion(Minecraft par1Minecraft)
           
CallableModded(Minecraft par1Minecraft)
           
CallableTexturePack(Minecraft par1Minecraft)
           
CallableType2(Minecraft par1Minecraft)
           
EntityClientPlayerMP(Minecraft par1Minecraft, World par2World, Session par3Session, NetClientHandler par4NetClientHandler)
           
EntityPlayerSP(Minecraft par1Minecraft, World par2World, Session par3Session, int par4)
           
EntityRenderer(Minecraft par1Minecraft)
           
EntityRendererProxy(Minecraft minecraft)
           
GameSettings(Minecraft par1Minecraft, File par2File)
           
GuiAchievement(Minecraft par1Minecraft)
           
GuiConnecting(Minecraft par1Minecraft, ServerData par2ServerData)
           
GuiConnecting(Minecraft par1Minecraft, String par2Str, int par3)
           
GuiIngame(Minecraft par1Minecraft)
           
GuiNewChat(Minecraft par1Minecraft)
           
GuiParticle(Minecraft par1Minecraft)
           
GuiSlot(Minecraft par1Minecraft, int par2, int par3, int par4, int par5, int par6)
           
IntegratedServer(Minecraft par1Minecraft, String par2Str, String par3Str, WorldSettings par4WorldSettings)
           
ItemRenderer(Minecraft par1Minecraft)
           
LoadingScreenRenderer(Minecraft par1Minecraft)
           
NetClientHandler(Minecraft par1Minecraft, IntegratedServer par2IntegratedServer)
           
NetClientHandler(Minecraft par1Minecraft, String par2Str, int par3)
           
PlayerControllerMP(Minecraft par1Minecraft, NetClientHandler par2NetClientHandler)
           
RenderGlobal(Minecraft par1Minecraft, RenderEngine par2RenderEngine)
           
ServerList(Minecraft par1Minecraft)
           
StatStringFormatKeyInv(Minecraft par1Minecraft)
           
TextureCompassFX(Minecraft par1Minecraft)
           
TexturePackList(File par1File, Minecraft par2Minecraft)
           
TextureWatchFX(Minecraft par1Minecraft)
           
ThreadClientSleep(Minecraft par1Minecraft, String par2Str)
           
ThreadDownloadResources(File par1File, Minecraft par2Minecraft)
           
 

Uses of Minecraft in net.minecraftforge.client
 

Methods in net.minecraftforge.client with parameters of type Minecraft
static void ForgeHooksClient.orientBedCamera(Minecraft mc, EntityLiving entity)
           
abstract  void SkyProvider.render(float partialTicks, WorldClient world, Minecraft mc)
           
 

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