Beta
Protected
constructorBeta
Beta
amountNumber of the items in the stack. Valid values range between 1-255. The provided value will be clamped to the item's maximum stack size.
Beta
dataReadonly
Beta
isReturns whether the item is stackable. An item is considered stackable if the item's maximum stack size is greater than 1 and the item does not contain any custom data or properties.
Readonly
Beta
isBeta
keepGets or sets whether the item is kept on death.
Beta
lockGets or sets the item's lock mode. The default value is
ItemLockMode.none
.
Readonly
Beta
maxThe maximum stack size. This value varies depending on the type of item. For example, torches have a maximum stack size of 64, while eggs have a maximum stack size of 16.
Optional
Beta
nameGiven name of this stack of items. The name tag is displayed
when hovering over the item. Setting the name tag to an
empty string or undefined
will remove the name tag.
Readonly
Beta
typeThe type of the item.
Optional
Readonly
Beta
typeIdentifier of the type of items for the stack. If a namespace is not specified, 'minecraft:' is assumed. Examples include 'wheat' or 'apple'.
Beta
Beta
Beta
Beta
Optional
blockIdentifiers: string[]
Represents a slot within a broader container (e.g., entity inventory.)