An instance of an Item (has count, damage, etc.)
Item
Readonly
The auxiliary/data value of the item (not damage) (-32768 to 32767)
The item type. Will be null when the item is air.
null
Gets the number of items in the stack
Gets the damage of the item (e.g. if a sword was used once, it would have a damage value of 1)
Get the display name (e.g. Cooked Beef)
Cooked Beef
Gets the pickup time in milliseconds
Generated using TypeDoc
An instance of an
Item
(has count, damage, etc.)