public class ContainerWorkbench extends Container
| Modifier and Type | Field and Description |
|---|---|
InventoryCrafting |
craftMatrix |
IInventory |
craftResult |
crafters, inventoryItemStacks, inventorySlots, windowId| Constructor and Description |
|---|
ContainerWorkbench(InventoryPlayer par1InventoryPlayer,
World par2World,
int par3,
int par4,
int par5) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canInteractWith(EntityPlayer par1EntityPlayer) |
boolean |
func_94530_a(ItemStack par1ItemStack,
Slot par2Slot) |
void |
onContainerClosed(EntityPlayer par1EntityPlayer) |
void |
onCraftMatrixChanged(IInventory par1IInventory) |
ItemStack |
transferStackInSlot(EntityPlayer par1EntityPlayer,
int par2) |
addCraftingToCrafters, addSlotToContainer, calcRedstoneFromInventory, canDragIntoSlot, detectAndSendChanges, enchantItem, func_94525_a, func_94527_a, func_94528_d, func_94529_b, func_94532_c, func_94533_d, func_94534_d, getInventory, getNextTransactionID, getSlot, getSlotFromInventory, isPlayerNotUsingContainer, mergeItemStack, putStackInSlot, putStacksInSlots, removeCraftingFromCrafters, retrySlotClick, setPlayerIsPresent, slotClick, updateProgressBarpublic InventoryCrafting craftMatrix
public IInventory craftResult
public ContainerWorkbench(InventoryPlayer par1InventoryPlayer, World par2World, int par3, int par4, int par5)
public void onCraftMatrixChanged(IInventory par1IInventory)
onCraftMatrixChanged in class Containerpublic void onContainerClosed(EntityPlayer par1EntityPlayer)
onContainerClosed in class Containerpublic boolean canInteractWith(EntityPlayer par1EntityPlayer)
canInteractWith in class Containerpublic ItemStack transferStackInSlot(EntityPlayer par1EntityPlayer, int par2)
transferStackInSlot in class Containerpublic boolean func_94530_a(ItemStack par1ItemStack, Slot par2Slot)
func_94530_a in class Container