public class ContainerDispenser extends Container
inventoryItemStacks, inventorySlots, windowId| Constructor and Description |
|---|
ContainerDispenser(IInventory par1IInventory,
TileEntityDispenser par2TileEntityDispenser) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canInteractWith(EntityPlayer par1EntityPlayer) |
ItemStack |
transferStackInSlot(EntityPlayer par1EntityPlayer,
int par2)
Called when a player shift-clicks on a slot.
|
addCraftingToCrafters, detectAndSendChanges, enchantItem, getInventory, getNextTransactionID, getSlot, getSlotFromInventory, isPlayerNotUsingContainer, onCraftGuiClosed, onCraftMatrixChanged, putStackInSlot, putStacksInSlots, removeCraftingFromCrafters, setPlayerIsPresent, slotClick, updateProgressBarpublic ContainerDispenser(IInventory par1IInventory, TileEntityDispenser par2TileEntityDispenser)
public boolean canInteractWith(EntityPlayer par1EntityPlayer)
canInteractWith in class Containerpublic ItemStack transferStackInSlot(EntityPlayer par1EntityPlayer, int par2)
transferStackInSlot in class Container