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_BUFFER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateTag(HolderLookup.Provider p_335225_) voidfromTag(ListTag p_40108_, HolderLookup.Provider p_333103_) booleanisActiveChest(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, getItems, 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, 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
 
-