public class InventoryEnderChest extends InventoryBasic
| Constructor and Description |
|---|
InventoryEnderChest() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeInventory() |
void |
func_146031_a(TileEntityEnderChest p_146031_1_) |
boolean |
isUseableByPlayer(EntityPlayer p_70300_1_) |
void |
loadInventoryFromNBT(NBTTagList p_70486_1_) |
void |
openInventory() |
NBTTagList |
saveInventoryToNBT() |
decrStackSize, func_110132_b, func_110133_a, func_110134_a, getInventoryName, getInventoryStackLimit, getSizeInventory, getStackInSlot, getStackInSlotOnClosing, hasCustomInventoryName, isItemValidForSlot, markDirty, setInventorySlotContentspublic void func_146031_a(TileEntityEnderChest p_146031_1_)
public void loadInventoryFromNBT(NBTTagList p_70486_1_)
public NBTTagList saveInventoryToNBT()
public boolean isUseableByPlayer(EntityPlayer p_70300_1_)
isUseableByPlayer in interface IInventoryisUseableByPlayer in class InventoryBasicpublic void openInventory()
openInventory in interface IInventoryopenInventory in class InventoryBasicpublic void closeInventory()
closeInventory in interface IInventorycloseInventory in class InventoryBasic