Type Alias Item_ItemStack
Item_ItemStack: { type: "compound"; value: { Block?: { type: "compound"; value: object } & Block; CanDestroy?: { type: "list"; value: { type: "string"; value: string[] } }; CanPlaceOn?: { type: "list"; value: { type: "string"; value: string[] } }; Count: { type: "byte"; value: number }; Damage: { type: "short"; value: number }; Name: { type: "string"; value: string }; tag?: { type: "compound"; value: object }; WasPickedUp: { type: "byte"; value: number }; };} Type declaration
type: "compound"
value: {
Block?: { type: "compound"; value: object } & Block;
CanDestroy?: { type: "list"; value: { type: "string"; value: string[] } };
CanPlaceOn?: { type: "list"; value: { type: "string"; value: string[] } };
Count: { type: "byte"; value: number };
Damage: { type: "short"; value: number };
Name: { type: "string"; value: string };
tag?: { type: "compound"; value: object };
WasPickedUp: { type: "byte"; value: number };
}
OptionalBlock?: { type: "compound"; value: object } & Block
OptionalCanDestroy?: { type: "list"; value: { type: "string"; value: string[] } }
OptionalCanPlaceOn?: { type: "list"; value: { type: "string"; value: string[] } }
Count: { type: "byte"; value: number }
Damage: { type: "short"; value: number }
Name: { type: "string"; value: string }
Optionaltag?: { type: "compound"; value: object }
WasPickedUp: { type: "byte"; value: number }
All items share this base.