Type of item to create. See the MinecraftItemTypes enumeration for a list of standard item types in Minecraft experiences.
Optionalamount: numberNumber of items to place in the stack, between 1-255. The provided value will be clamped to the item's maximum stack size. Note that certain items can only have one item in the stack.
ReadonlyamountReadonlyisReadonlykeepReadonlylockReadonlymaxOptional ReadonlynameReadonlytypeReadonlytypeThe identifier of the component (e.g., 'minecraft:food') to retrieve. If no namespace prefix is specified, 'minecraft:' is assumed. If the component is not present on the item stack, undefined is returned.
Defines a collection of items.