net.minecraft.src
Class ContainerBeacon
java.lang.Object
  
net.minecraft.src.Container
      
net.minecraft.src.ContainerBeacon
public class ContainerBeacon
- extends Container
 
 
 
 
 
| Methods inherited from class net.minecraft.src.Container | 
enchantItem, getInventory, getNextTransactionID, getSlot, getSlotFromInventory, isPlayerNotUsingContainer, onCraftGuiClosed, onCraftMatrixChanged, putStackInSlot, putStacksInSlots, removeCraftingFromCrafters, setPlayerIsPresent, slotClick | 
 
 
ContainerBeacon
public ContainerBeacon(InventoryPlayer par1InventoryPlayer,
                       TileEntityBeacon par2TileEntityBeacon)
addCraftingToCrafters
public void addCraftingToCrafters(ICrafting par1ICrafting)
- Overrides:
 addCraftingToCrafters in class Container
 
 
updateCraftingResults
public void updateCraftingResults()
- Updates crafting matrix; called from onCraftMatrixChanged. Args: none
- Overrides:
 updateCraftingResults in class Container
 
 
 
updateProgressBar
public void updateProgressBar(int par1,
                              int par2)
- Overrides:
 updateProgressBar in class Container
 
 
func_82863_d
public TileEntityBeacon func_82863_d()
 
canInteractWith
public boolean canInteractWith(EntityPlayer par1EntityPlayer)
- Specified by:
 canInteractWith in class Container
 
 
transferStackInSlot
public ItemStack transferStackInSlot(EntityPlayer par1EntityPlayer,
                                     int par2)
- Called when a player shift-clicks on a slot. You must override this or you will crash when someone does that.
- Overrides:
 transferStackInSlot in class Container