Interface ItemData

Item data, including the item and its name.

interface ItemData {
    itemStack: ItemStack;
    name: RawMessage;
}

Properties

Properties

itemStack: ItemStack

The item.

name: RawMessage

Name of the item.