public class InventoryEnderChest extends InventoryBasic
| Constructor and Description |
|---|
InventoryEnderChest() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeInventory(EntityPlayer player) |
boolean |
isUsableByPlayer(EntityPlayer player) |
void |
openInventory(EntityPlayer player) |
void |
read(NBTTagList p_70486_1_) |
void |
setChestTileEntity(TileEntityEnderChest chestTileEntity) |
NBTTagList |
write() |
addItem, addListener, clear, decrStackSize, fillStackedContents, getCustomName, getField, getFieldCount, getInventoryStackLimit, getName, getSizeInventory, getStackInSlot, hasCustomName, isEmpty, isItemValidForSlot, markDirty, removeListener, removeStackFromSlot, setCustomName, setField, setInventorySlotContentsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHeight, getWidthgetDisplayNamepublic void setChestTileEntity(TileEntityEnderChest chestTileEntity)
public void read(NBTTagList p_70486_1_)
public NBTTagList write()
public boolean isUsableByPlayer(EntityPlayer player)
isUsableByPlayer in interface IInventoryisUsableByPlayer in class InventoryBasicpublic void openInventory(EntityPlayer player)
openInventory in interface IInventoryopenInventory in class InventoryBasicpublic void closeInventory(EntityPlayer player)
closeInventory in interface IInventorycloseInventory in class InventoryBasic