Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extends
Represents this entity's ender inventory properties. This component is always present on players and any items in its container will display for the player when they access an ender chest.
Properties
container
read-only container: Container;
Defines the ender inventory container for this entity. The container will be undefined if the entity has been removed.
Type: Container
Notes:
- This property can throw errors when used.
- Throws InvalidEntityError
Constants
componentId
static read-only componentId = "minecraft:ender_inventory";
Type: string