Type Alias Component_Inventory
Component_Inventory: {
type: "compound";
value: {
ChestItems?: {
type: "list";
value: {
type: "compound";
value: { Slot: { type: "byte"; value: number } }[];
};
};
InventoryVersion: { type: "string"; value: string };
LootTable: { type: "string"; value: string };
LootTableSeed: { type: "int"; value: number };
};
}
Type declaration
type: "compound"
value: {
ChestItems?: {
type: "list";
value: {
type: "compound";
value: { Slot: { type: "byte"; value: number } }[];
};
};
InventoryVersion: { type: "string"; value: string };
LootTable: { type: "string"; value: string };
LootTableSeed: { type: "int"; value: number };
}
OptionalChestItems?: {
type: "list";
value: {
type: "compound";
value: { Slot: { type: "byte"; value: number } }[];
};
}
InventoryVersion: { type: "string"; value: string }
LootTable: { type: "string"; value: string }
LootTableSeed: { type: "int"; value: number }
This component is used by minecarts with chest, minecarts with command block, minecarts with hopper, horses, donkeys, llamas, mules, pandas, and villagers.