Skip to content

@zikeji/hypixel / 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

Properties ​

anvil_uses? ​

optional anvil_uses: number


backpack_color? ​

optional backpack_color: string


color? ​

optional color: string


dungeon_item_level? ​

optional dungeon_item_level: number


effects? ​

optional effects: NBTExtraAttributesPotionEffect[]


enchantments ​

enchantments: object

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

Index Signature ​

[name: string]: number


greater_backpack_data? ​

optional greater_backpack_data: NBTInventory

The contents of the backpack.


hot_potato_count? ​

optional hot_potato_count: number


id ​

id: string


jumbo_backpack_data? ​

optional jumbo_backpack_data: NBTInventory

The contents of the backpack.


large_backpack_data? ​

optional large_backpack_data: NBTInventory

The contents of the backpack.


medium_backpack_data? ​

optional medium_backpack_data: NBTInventory

The contents of the backpack.


modifier? ​

optional modifier: string


new_year_cake_bag_data? ​

optional new_year_cake_bag_data: NBTInventory

The contents of the cake bag.


originTag? ​

optional originTag: string


potion? ​

optional potion: string


potion_level? ​

optional potion_level: number


potion_name? ​

optional potion_name: string


potion_type? ​

optional potion_type: string


rarity_upgrades? ​

optional rarity_upgrades: number


runes? ​

optional runes: object

Index Signature ​

[name: string]: number


small_backpack_data? ​

optional small_backpack_data: NBTInventory

The contents of the backpack.


splash? ​

optional splash: number


timestamp? ​

optional timestamp: string


uuid? ​

optional uuid: string

Released under the MIT License.