public class ContainerWorkbench extends Container
| Modifier and Type | Field and Description |
|---|---|
InventoryCrafting |
craftMatrix |
InventoryCraftResult |
craftResult |
private EntityPlayer |
player |
private BlockPos |
pos |
private World |
world |
inventoryItemStacks, inventorySlots, listeners, windowId| Constructor and Description |
|---|
ContainerWorkbench(InventoryPlayer playerInventory,
World worldIn,
BlockPos posIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canInteractWith(EntityPlayer playerIn) |
boolean |
canMergeSlot(ItemStack stack,
Slot slotIn) |
void |
onContainerClosed(EntityPlayer playerIn) |
void |
onCraftMatrixChanged(IInventory inventoryIn) |
ItemStack |
transferStackInSlot(EntityPlayer playerIn,
int index) |
addListener, addSlotToContainer, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, clearContainer, computeStackSize, detectAndSendChanges, enchantItem, extractDragMode, getCanCraft, getDragEvent, getInventory, getNextTransactionID, getQuickcraftMask, getSlot, getSlotFromInventory, isValidDragMode, mergeItemStack, putStackInSlot, removeListener, resetDrag, setAll, setCanCraft, slotChangedCraftingGrid, slotClick, updateProgressBarpublic InventoryCrafting craftMatrix
public InventoryCraftResult craftResult
private final World world
private final BlockPos pos
private final EntityPlayer player
public ContainerWorkbench(InventoryPlayer playerInventory, World worldIn, BlockPos posIn)
public void onCraftMatrixChanged(IInventory inventoryIn)
onCraftMatrixChanged in class Containerpublic void onContainerClosed(EntityPlayer playerIn)
onContainerClosed in class Containerpublic boolean canInteractWith(EntityPlayer playerIn)
canInteractWith in class Containerpublic ItemStack transferStackInSlot(EntityPlayer playerIn, int index)
transferStackInSlot in class Containerpublic boolean canMergeSlot(ItemStack stack, Slot slotIn)
canMergeSlot in class Container