net.minecraft.src
Class ContainerDispenser
java.lang.Object
net.minecraft.src.Container
net.minecraft.src.ContainerDispenser
public class ContainerDispenser
- extends Container
Methods inherited from class net.minecraft.src.Container |
addCraftingToCrafters, enchantItem, getInventory, getNextTransactionID, getSlot, getSlotFromInventory, isPlayerNotUsingContainer, onCraftGuiClosed, onCraftMatrixChanged, putStackInSlot, putStacksInSlots, setPlayerIsPresent, slotClick, updateCraftingResults, updateProgressBar |
ContainerDispenser
public ContainerDispenser(IInventory par1IInventory,
TileEntityDispenser par2TileEntityDispenser)
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