Package net.minecraft.world.inventory
Class PlayerEnderChestContainer
java.lang.Object
net.minecraft.world.SimpleContainer
net.minecraft.world.inventory.PlayerEnderChestContainer
- All Implemented Interfaces:
- Clearable,- Container,- StackedContentsCompatible
- 
Field SummaryFieldsFields inherited from interface net.minecraft.world.ContainerDEFAULT_DISTANCE_LIMIT, LARGE_MAX_STACK_SIZE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbooleanisActiveChest(EnderChestBlockEntity p_150634_) voidsetActiveChest(EnderChestBlockEntity p_40106_) voidbooleanstillValid(Player p_40104_) voidMethods inherited from class net.minecraft.world.SimpleContaineraddItem, addListener, canAddItem, clearContent, fillStackedContents, getContainerSize, getItem, isEmpty, removeAllItems, removeItem, removeItemNoUpdate, removeItemType, removeListener, setChanged, setItem, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.world.ContainercanPlaceItem, canTakeItem, countItem, getMaxStackSize, hasAnyMatching, hasAnyOf
- 
Field Details- 
activeChest
 
- 
- 
Constructor Details- 
PlayerEnderChestContainerpublic PlayerEnderChestContainer()
 
- 
- 
Method Details- 
setActiveChest
- 
isActiveChest
- 
fromTag- Overrides:
- fromTagin class- SimpleContainer
 
- 
createTag- Overrides:
- createTagin class- SimpleContainer
 
- 
stillValid- Specified by:
- stillValidin interface- Container
- Overrides:
- stillValidin class- SimpleContainer
 
- 
startOpen
- 
stopOpen
 
-