Beta
Represents the inventory of a block in the world. Used with blocks like chests.
Private
Readonly
Block instance that this component pertains to.
Optional
The container which holds an ItemStack.
This property can throw when used.
Identifier of the component.
Static
Whether the component is valid.
Returns whether the component is valid. A component is considered valid if its owner is valid, in addition to any addition to any additional validation required by the component.
Represents the inventory of a block in the world. Used with blocks like chests.