public class ContainerWorkbench extends ContainerRecipeBook
Modifier and Type | Field and Description |
---|---|
InventoryCrafting |
craftMatrix |
InventoryCraftResult |
craftResult |
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 |
clear() |
void |
func_201771_a(RecipeItemHelper p_201771_1_) |
int |
getHeight() |
int |
getOutputSlot() |
int |
getSize() |
int |
getWidth() |
boolean |
matches(IRecipe p_201769_1_) |
void |
onContainerClosed(EntityPlayer playerIn) |
void |
onCraftMatrixChanged(IInventory inventoryIn) |
ItemStack |
transferStackInSlot(EntityPlayer playerIn,
int index) |
addListener, addSlot, areItemsAndTagsEqual, 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, updateProgressBar
public InventoryCrafting craftMatrix
public InventoryCraftResult craftResult
public ContainerWorkbench(InventoryPlayer playerInventory, World worldIn, BlockPos posIn)
public void onCraftMatrixChanged(IInventory inventoryIn)
onCraftMatrixChanged
in class Container
public void func_201771_a(RecipeItemHelper p_201771_1_)
func_201771_a
in class ContainerRecipeBook
public void clear()
clear
in class ContainerRecipeBook
public boolean matches(IRecipe p_201769_1_)
matches
in class ContainerRecipeBook
public void onContainerClosed(EntityPlayer playerIn)
onContainerClosed
in class Container
public boolean canInteractWith(EntityPlayer playerIn)
canInteractWith
in class Container
public ItemStack transferStackInSlot(EntityPlayer playerIn, int index)
transferStackInSlot
in class Container
public boolean canMergeSlot(ItemStack stack, Slot slotIn)
canMergeSlot
in class Container
public int getOutputSlot()
getOutputSlot
in class ContainerRecipeBook
public int getWidth()
getWidth
in class ContainerRecipeBook
public int getHeight()
getHeight
in class ContainerRecipeBook
public int getSize()
getSize
in class ContainerRecipeBook