Uses of Class
net.minecraft.tileentity.TileEntityFurnace

Packages that use TileEntityFurnace
net.minecraft.client.entity   
net.minecraft.client.gui.inventory   
net.minecraft.entity.player   
net.minecraft.inventory   
 

Uses of TileEntityFurnace in net.minecraft.client.entity
 

Methods in net.minecraft.client.entity with parameters of type TileEntityFurnace
 void EntityPlayerSP.displayGUIFurnace(TileEntityFurnace par1TileEntityFurnace)
          Displays the furnace GUI for the passed in furnace entity.
 

Uses of TileEntityFurnace in net.minecraft.client.gui.inventory
 

Constructors in net.minecraft.client.gui.inventory with parameters of type TileEntityFurnace
GuiFurnace(InventoryPlayer par1InventoryPlayer, TileEntityFurnace par2TileEntityFurnace)
           
 

Uses of TileEntityFurnace in net.minecraft.entity.player
 

Methods in net.minecraft.entity.player with parameters of type TileEntityFurnace
 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.
 

Uses of TileEntityFurnace in net.minecraft.inventory
 

Constructors in net.minecraft.inventory with parameters of type TileEntityFurnace
ContainerFurnace(InventoryPlayer par1InventoryPlayer, TileEntityFurnace par2TileEntityFurnace)