Interface: NBTInventoryItem


# Interface: NBTInventoryItem

The NBT information for a slot in the inventory you are reading.

# Properties

# Count

Count: number

Amount of items in this inventory slot.

Defined in: helpers/TransformItemData.ts:15 (opens new window)


# Damage

Damage: number

Defined in: helpers/TransformItemData.ts:16 (opens new window)


# id

id: number

Minecraft Item ID of this item.

Defined in: helpers/TransformItemData.ts:13 (opens new window)


# tag

Optional tag: NBTTag

NBT tag data for this item.

Defined in: helpers/TransformItemData.ts:18 (opens new window)