Modifier and Type | Method and Description |
---|---|
Minecraft |
FMLClientHandler.getClient()
Get the server instance
|
Modifier and Type | Method and Description |
---|---|
void |
FMLClientHandler.beginMinecraftLoading(Minecraft minecraft,
List resourcePackList,
ReloadableResourceManager resourceManager)
Called to start the whole game off
|
Constructor and Description |
---|
GuiScrollingList(Minecraft client,
int width,
int height,
int top,
int bottom,
int left,
int entryHeight) |
Modifier and Type | Method and Description |
---|---|
static void |
ModLoaderClientHelper.handleFinishLoadingFor(ModLoaderModContainer mc,
Minecraft game) |
Constructor and Description |
---|
ModLoaderClientHelper(Minecraft client) |
Modifier and Type | Method and Description |
---|---|
static Minecraft |
Minecraft.getMinecraft()
Return the singleton Minecraft instance for the game
|
Constructor and Description |
---|
EntityClientPlayerMP(Minecraft par1Minecraft,
World par2World,
Session par3Session,
NetClientHandler par4NetClientHandler) |
EntityPlayerSP(Minecraft par1Minecraft,
World par2World,
Session par3Session,
int par4) |
Modifier and Type | Method and Description |
---|---|
Minecraft |
GuiScreenLongRunningTask.func_96208_g() |
Minecraft |
TaskLongRunning.getMinecraft() |
Modifier and Type | Method and Description |
---|---|
void |
GuiButtonLanguage.drawButton(Minecraft par1Minecraft,
int par2,
int par3)
Draws this button to the screen.
|
void |
GuiButton.drawButton(Minecraft par1Minecraft,
int par2,
int par3)
Draws this button to the screen.
|
void |
GuiButtonMerchant.drawButton(Minecraft par1Minecraft,
int par2,
int par3)
Draws this button to the screen.
|
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.
|
void |
GuiScreen.setWorldAndResolution(Minecraft par1Minecraft,
int par2,
int par3)
Causes the screen to lay out its subcomponents again.
|
Constructor and Description |
---|
GuiIngame(Minecraft par1Minecraft) |
GuiNewChat(Minecraft par1Minecraft) |
GuiScreenLongRunningTask(Minecraft par1Minecraft,
GuiScreen par2GuiScreen,
TaskLongRunning par3TaskLongRunning) |
GuiScreenSelectLocation(Minecraft par1Minecraft,
int par2,
int par3,
int par4,
int par5,
int par6) |
GuiSlot(Minecraft par1Minecraft,
int par2,
int par3,
int par4,
int par5,
int par6) |
LoadingScreenRenderer(Minecraft par1Minecraft) |
SelectionListBase(Minecraft par1Minecraft,
int par2,
int par3,
int par4,
int par5,
int par6) |
Constructor and Description |
---|
GuiAchievement(Minecraft par1Minecraft) |
Constructor and Description |
---|
CreativeCrafting(Minecraft par1Minecraft) |
Modifier and Type | Method and Description |
---|---|
static void |
PlayerControllerMP.clickBlockCreative(Minecraft par0Minecraft,
PlayerControllerMP par1PlayerControllerMP,
int par2,
int par3,
int par4,
int par5)
Block dig operation in creative mode (instantly digs the block).
|
Constructor and Description |
---|
GuiConnecting(GuiScreen par1GuiScreen,
Minecraft par2Minecraft,
ServerData par3ServerData) |
GuiConnecting(GuiScreen par1GuiScreen,
Minecraft par2Minecraft,
String par3Str,
int par4) |
NetClientHandler(Minecraft par1Minecraft,
IntegratedServer par2IntegratedServer) |
NetClientHandler(Minecraft par1Minecraft,
String par2Str,
int par3) |
NetClientHandler(Minecraft par1Minecraft,
String par2Str,
int par3,
GuiScreen par4GuiScreen) |
PlayerControllerMP(Minecraft par1Minecraft,
NetClientHandler par2NetClientHandler) |
ServerList(Minecraft par1Minecraft) |
Modifier and Type | Field and Description |
---|---|
Minecraft |
RenderGlobal.mc
A reference to the Minecraft object.
|
Minecraft |
RenderBlocks.minecraftRB |
Constructor and Description |
---|
EntityRenderer(Minecraft par1Minecraft) |
ItemRenderer(Minecraft par1Minecraft) |
RenderGlobal(Minecraft par1Minecraft) |
Constructor and Description |
---|
GameSettings(Minecraft par1Minecraft,
File par2File) |
Constructor and Description |
---|
IntegratedServer(Minecraft par1Minecraft,
String par2Str,
String par3Str,
WorldSettings par4WorldSettings) |
Modifier and Type | Method and Description |
---|---|
static Minecraft |
ModLoader.getMinecraftInstance() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
EntityRendererProxy(Minecraft minecraft) |
Modifier and Type | Method and Description |
---|---|
void |
WorldType.onCustomizeButton(Minecraft instance,
GuiCreateWorld guiCreateWorld)
Called when the 'Customize' button is pressed on world creation GUI
|
Modifier and Type | Method and Description |
---|---|
static void |
ForgeHooksClient.orientBedCamera(Minecraft mc,
EntityLivingBase entity) |
abstract void |
IRenderHandler.render(float partialTicks,
WorldClient world,
Minecraft mc) |
Constructor and Description |
---|
GuiControlsScrollPanel(GuiControls controls,
GameSettings options,
Minecraft mc) |
GuiIngameForge(Minecraft mc) |