Edit

EntityEnderInventoryComponent Class

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:

Constants

componentId

static read-only componentId = "minecraft:ender_inventory";

Type: string