public class ContainerBrewingStand extends Container
crafters, inventoryItemStacks, inventorySlots, windowId
Constructor and Description |
---|
ContainerBrewingStand(InventoryPlayer playerInventory,
IInventory p_i45802_2_) |
Modifier and Type | Method and Description |
---|---|
void |
addCraftingToCrafters(ICrafting listener) |
boolean |
canInteractWith(EntityPlayer playerIn) |
void |
detectAndSendChanges() |
ItemStack |
transferStackInSlot(EntityPlayer playerIn,
int index) |
void |
updateProgressBar(int id,
int data) |
addSlotToContainer, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, canMergeSlot, computeStackSize, enchantItem, extractDragMode, func_180610_a, func_94534_d, getDragEvent, getInventory, getNextTransactionID, getSlot, getSlotFromInventory, isPlayerNotUsingContainer, mergeItemStack, onContainerClosed, onCraftMatrixChanged, putStackInSlot, putStacksInSlots, removeCraftingFromCrafters, resetDrag, retrySlotClick, setPlayerIsPresent, slotClick
public ContainerBrewingStand(InventoryPlayer playerInventory, IInventory p_i45802_2_)
public void addCraftingToCrafters(ICrafting listener)
addCraftingToCrafters
in class Container
public void detectAndSendChanges()
detectAndSendChanges
in class Container
public void updateProgressBar(int id, int data)
updateProgressBar
in class Container
public boolean canInteractWith(EntityPlayer playerIn)
canInteractWith
in class Container
public ItemStack transferStackInSlot(EntityPlayer playerIn, int index)
transferStackInSlot
in class Container