public class EnderChestInventory extends Inventory
Modifier and Type | Field and Description |
---|---|
private EnderChestTileEntity |
activeChest |
Constructor and Description |
---|
EnderChestInventory() |
Modifier and Type | Method and Description |
---|---|
ListNBT |
createTag() |
void |
fromTag(ListNBT p_70486_1_) |
void |
setActiveChest(EnderChestTileEntity p_146031_1_) |
void |
startOpen(PlayerEntity p_174889_1_) |
boolean |
stillValid(PlayerEntity p_70300_1_) |
void |
stopOpen(PlayerEntity p_174886_1_) |
addItem, addListener, canAddItem, clearContent, fillStackedContents, getContainerSize, getItem, isEmpty, removeAllItems, removeItem, removeItemNoUpdate, removeItemType, removeListener, setChanged, setItem, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
canPlaceItem, countItem, getMaxStackSize, hasAnyOf
tryClear
private EnderChestTileEntity activeChest
public void setActiveChest(EnderChestTileEntity p_146031_1_)
public boolean stillValid(PlayerEntity p_70300_1_)
stillValid
in interface IInventory
stillValid
in class Inventory
public void startOpen(PlayerEntity p_174889_1_)
public void stopOpen(PlayerEntity p_174886_1_)