public class ContainerPlayer extends Container
| Modifier and Type | Field and Description |
|---|---|
InventoryCrafting |
craftMatrix |
IInventory |
craftResult |
boolean |
isLocalWorld |
crafters, inventoryItemStacks, inventorySlots, windowId| Constructor and Description |
|---|
ContainerPlayer(InventoryPlayer par1InventoryPlayer,
boolean par2,
EntityPlayer par3EntityPlayer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canInteractWith(EntityPlayer par1EntityPlayer) |
boolean |
func_94530_a(ItemStack par1ItemStack,
Slot par2Slot) |
void |
onContainerClosed(EntityPlayer par1EntityPlayer) |
void |
onCraftMatrixChanged(IInventory par1IInventory) |
ItemStack |
transferStackInSlot(EntityPlayer par1EntityPlayer,
int par2) |
addCraftingToCrafters, addSlotToContainer, calcRedstoneFromInventory, canDragIntoSlot, detectAndSendChanges, enchantItem, func_94525_a, func_94527_a, func_94528_d, func_94529_b, func_94532_c, func_94533_d, func_94534_d, getInventory, getNextTransactionID, getSlot, getSlotFromInventory, isPlayerNotUsingContainer, mergeItemStack, putStackInSlot, putStacksInSlots, removeCraftingFromCrafters, retrySlotClick, setPlayerIsPresent, slotClick, updateProgressBarpublic InventoryCrafting craftMatrix
public IInventory craftResult
public boolean isLocalWorld
public ContainerPlayer(InventoryPlayer par1InventoryPlayer, boolean par2, EntityPlayer par3EntityPlayer)
public void onCraftMatrixChanged(IInventory par1IInventory)
onCraftMatrixChanged in class Containerpublic void onContainerClosed(EntityPlayer par1EntityPlayer)
onContainerClosed in class Containerpublic boolean canInteractWith(EntityPlayer par1EntityPlayer)
canInteractWith in class Containerpublic ItemStack transferStackInSlot(EntityPlayer par1EntityPlayer, int par2)
transferStackInSlot in class Containerpublic boolean func_94530_a(ItemStack par1ItemStack, Slot par2Slot)
func_94530_a in class Container