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, setInventorySlotContents
public InventoryEnderChest()
public void setAssociatedChest(TileEntityEnderChest par1TileEntityEnderChest)
public void loadInventoryFromNBT(NBTTagList par1NBTTagList)
public NBTTagList saveInventoryToNBT()
public boolean isUseableByPlayer(EntityPlayer par1EntityPlayer)
isUseableByPlayer
in interface IInventory
isUseableByPlayer
in class InventoryBasic
public void openChest()
openChest
in interface IInventory
openChest
in class InventoryBasic
public void closeChest()
closeChest
in interface IInventory
closeChest
in class InventoryBasic
public boolean func_94041_b(int par1, ItemStack par2ItemStack)
func_94041_b
in interface IInventory
func_94041_b
in class InventoryBasic