public class InventoryEnderChest extends InventoryBasic
| Constructor and Description |
|---|
InventoryEnderChest() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeChest() |
boolean |
func_94041_b(int par1,
ItemStack par2ItemStack) |
boolean |
isUseableByPlayer(EntityPlayer par1EntityPlayer)
Do not make give this method the name canInteractWith because it clashes with Container
|
void |
loadInventoryFromNBT(NBTTagList par1NBTTagList) |
void |
openChest() |
NBTTagList |
saveInventoryToNBT() |
void |
setAssociatedChest(TileEntityEnderChest par1TileEntityEnderChest) |
decrStackSize, func_94042_c, getInventoryStackLimit, getInvName, getSizeInventory, getStackInSlot, getStackInSlotOnClosing, onInventoryChanged, setInventorySlotContentspublic InventoryEnderChest()
public void setAssociatedChest(TileEntityEnderChest par1TileEntityEnderChest)
public void loadInventoryFromNBT(NBTTagList par1NBTTagList)
public NBTTagList saveInventoryToNBT()
public boolean isUseableByPlayer(EntityPlayer par1EntityPlayer)
isUseableByPlayer in interface IInventoryisUseableByPlayer in class InventoryBasicpublic void openChest()
openChest in interface IInventoryopenChest in class InventoryBasicpublic void closeChest()
closeChest in interface IInventorycloseChest in class InventoryBasicpublic boolean func_94041_b(int par1, ItemStack par2ItemStack)
func_94041_b in interface IInventoryfunc_94041_b in class InventoryBasic