跳转至

BlockInventoryComponent

文档版本:1.21.0.24

BlockInventoryComponent类,扩展自BlockComponent。代表一个物品栏容器方块的物品栏组件。

常量

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

属性

container
read-only container: Container | undefined;
containerContainer|undefined
该方块物品栏容器对象。