public class ContainerBrewingStand extends Container
inventoryItemStacks, inventorySlots, windowId| Constructor and Description | 
|---|
ContainerBrewingStand(InventoryPlayer par1InventoryPlayer,
                                          TileEntityBrewingStand par2TileEntityBrewingStand)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addCraftingToCrafters(ICrafting par1ICrafting)  | 
boolean | 
canInteractWith(EntityPlayer par1EntityPlayer)  | 
void | 
detectAndSendChanges()
Looks for changes made in the container, sends them to every listener. 
 | 
ItemStack | 
transferStackInSlot(EntityPlayer par1EntityPlayer,
                                      int par2)
Called when a player shift-clicks on a slot. 
 | 
void | 
updateProgressBar(int par1,
                                  int par2)  | 
enchantItem, getInventory, getNextTransactionID, getSlot, getSlotFromInventory, isPlayerNotUsingContainer, onCraftGuiClosed, onCraftMatrixChanged, putStackInSlot, putStacksInSlots, removeCraftingFromCrafters, setPlayerIsPresent, slotClickpublic ContainerBrewingStand(InventoryPlayer par1InventoryPlayer, TileEntityBrewingStand par2TileEntityBrewingStand)
public void addCraftingToCrafters(ICrafting par1ICrafting)
addCraftingToCrafters in class Containerpublic void detectAndSendChanges()
detectAndSendChanges in class Containerpublic void updateProgressBar(int par1, int par2)
updateProgressBar in class Containerpublic boolean canInteractWith(EntityPlayer par1EntityPlayer)
canInteractWith in class Containerpublic ItemStack transferStackInSlot(EntityPlayer par1EntityPlayer, int par2)
transferStackInSlot in class Container