Latite Scripting Documentation (Exports)
Exports > world/item > Item
Class
A class representing a Minecraft Item definition (not an item instance)
Source: world/item.d.ts:4
new Item():
Item
readonlyname:string
The Namespaced ID of the item (e.g. minecraft:stone)
Source: world/item.d.ts:8
readonlytranslateName:string
The translate name of the item (e.g. item.stone)
Source: world/item.d.ts:12