net.minecraft.src
Class ContainerFurnace
java.lang.Object
net.minecraft.src.Container
net.minecraft.src.ContainerFurnace
public class ContainerFurnace
- extends Container
Methods inherited from class net.minecraft.src.Container |
enchantItem, getInventory, getNextTransactionID, getSlot, getSlotFromInventory, isPlayerNotUsingContainer, onCraftGuiClosed, onCraftMatrixChanged, putStackInSlot, putStacksInSlots, setPlayerIsPresent, slotClick |
ContainerFurnace
public ContainerFurnace(InventoryPlayer par1InventoryPlayer,
TileEntityFurnace par2TileEntityFurnace)
addCraftingToCrafters
public void addCraftingToCrafters(ICrafting par1ICrafting)
- Overrides:
addCraftingToCrafters
in class Container
updateCraftingResults
public void updateCraftingResults()
- Updates crafting matrix; called from onCraftMatrixChanged. Args: none
- Overrides:
updateCraftingResults
in class Container
updateProgressBar
public void updateProgressBar(int par1,
int par2)
- Overrides:
updateProgressBar
in class Container
canInteractWith
public boolean canInteractWith(EntityPlayer par1EntityPlayer)
- Specified by:
canInteractWith
in class Container
transferStackInSlot
public ItemStack transferStackInSlot(int par1)
- Called to transfer a stack from one inventory to the other eg. when shift clicking.
- Overrides:
transferStackInSlot
in class Container