Interface: NBTExtraAttributes


# Interface: NBTExtraAttributes

Extra attributes that appear on extraAttributes property of the NBTTag property. Commonly used to describe items in more detail and their underlying settings.

# Indexable

▪ [key: string]: string | number | number[] | { [name: string]: number; } | NBTExtraAttributesPotionEffect[] | NBTInventory | undefined

Extra attributes that appear on extraAttributes property of the NBTTag property. Commonly used to describe items in more detail and their underlying settings.

# Properties

# anvil_uses

Optional anvil_uses: number

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


# backpack_color

Optional backpack_color: string

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


# color

Optional color: string

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


# dungeon_item_level

Optional dungeon_item_level: number

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


# effects

Optional effects: NBTExtraAttributesPotionEffect[]

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


# enchantments

enchantments: object

Each key is an enchantment type and the level. e.g. "telekinesis" or "impaling"

# Type declaration:

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


# greater_backpack_data

Optional greater_backpack_data: NBTInventory

The contents of the backpack.

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


# hot_potato_count

Optional hot_potato_count: number

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


# id

id: string

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


# jumbo_backpack_data

Optional jumbo_backpack_data: NBTInventory

The contents of the backpack.

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


# large_backpack_data

Optional large_backpack_data: NBTInventory

The contents of the backpack.

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


# medium_backpack_data

Optional medium_backpack_data: NBTInventory

The contents of the backpack.

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


# modifier

Optional modifier: string

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


# new_year_cake_bag_data

Optional new_year_cake_bag_data: NBTInventory

The contents of the cake bag.

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


# originTag

Optional originTag: string

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


# potion

Optional potion: string

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


# potion_level

Optional potion_level: number

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


# potion_name

Optional potion_name: string

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


# potion_type

Optional potion_type: string

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


# rarity_upgrades

Optional rarity_upgrades: number

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


# runes

Optional runes: object

# Type declaration:

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


# small_backpack_data

Optional small_backpack_data: NBTInventory

The contents of the backpack.

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


# splash

Optional splash: number

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


# timestamp

Optional timestamp: string

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


# uuid

Optional uuid: string

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