net.minecraft.src
Class ContainerPlayer
java.lang.Object
  
net.minecraft.src.Container
      
net.minecraft.src.ContainerPlayer
public class ContainerPlayer
- extends Container
 
 
 
 
 
| Methods inherited from class net.minecraft.src.Container | 
addCraftingToCrafters, enchantItem, func_82847_b, getInventory, getNextTransactionID, getSlot, getSlotFromInventory, isPlayerNotUsingContainer, putStackInSlot, putStacksInSlots, setPlayerIsPresent, slotClick, updateCraftingResults, updateProgressBar | 
 
 
craftMatrix
public InventoryCrafting craftMatrix
- The crafting matrix inventory.
 
craftResult
public IInventory craftResult
isLocalWorld
public boolean isLocalWorld
- Determines if inventory manipulation should be handled.
 
ContainerPlayer
public ContainerPlayer(InventoryPlayer par1InventoryPlayer,
                       boolean par2,
                       EntityPlayer par3EntityPlayer)
onCraftMatrixChanged
public void onCraftMatrixChanged(IInventory par1IInventory)
- Callback for when the crafting matrix is changed.
- Overrides:
 onCraftMatrixChanged in class Container
 
 
 
onCraftGuiClosed
public void onCraftGuiClosed(EntityPlayer par1EntityPlayer)
- Callback for when the crafting gui is closed.
- Overrides:
 onCraftGuiClosed in class Container
 
 
 
canInteractWith
public boolean canInteractWith(EntityPlayer par1EntityPlayer)
- Specified by:
 canInteractWith in class Container
 
 
func_82846_b
public ItemStack func_82846_b(EntityPlayer par1EntityPlayer,
                              int par2)
- Overrides:
 func_82846_b in class Container