| Package | Description |
|---|---|
| net.minecraft.client.entity | |
| net.minecraft.client.gui.inventory | |
| net.minecraft.entity.player | |
| net.minecraft.inventory |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityPlayerSP.displayGUIFurnace(TileEntityFurnace par1TileEntityFurnace)
Displays the furnace GUI for the passed in furnace entity.
|
| Constructor and Description |
|---|
GuiFurnace(InventoryPlayer par1InventoryPlayer,
TileEntityFurnace par2TileEntityFurnace) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityPlayer.displayGUIFurnace(TileEntityFurnace par1TileEntityFurnace)
Displays the furnace GUI for the passed in furnace entity.
|
void |
EntityPlayerMP.displayGUIFurnace(TileEntityFurnace par1TileEntityFurnace)
Displays the furnace GUI for the passed in furnace entity.
|
| Constructor and Description |
|---|
ContainerFurnace(InventoryPlayer par1InventoryPlayer,
TileEntityFurnace par2TileEntityFurnace) |