Skip to main content
Module

x/hypixel/index.ts>NBTExtraAttributes

With thorough IntelliSense support & 100% test coverage, this is an unopinionated async/await API wrapper for Hypixel's Public API. It is developed in TypeScript complete with documentation, typed interfaces for all API responses (and an OpenAPI 3.0 schema!), built-in rate-limit handling, flexible cache support, helper functions, and support for undocumented endpoints.
Latest
interface NBTExtraAttributes
import { type NBTExtraAttributes } from "https://deno.land/x/hypixel@v3.1.1/index.ts";

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

Index Signatures

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

Properties

id: string
optional
uuid: string
optional
timestamp: string
optional
originTag: string
optional
modifier: string
optional
color: string
optional
anvil_uses: number
enchantments: { [name: string]: number; }

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

optional
hot_potato_count: number
optional
rarity_upgrades: number
optional
dungeon_item_level: number
optional
backpack_color: string
optional
runes: { [name: string]: number; }
optional
potion_level: number
optional
potion: string
optional
potion_type: string
optional
splash: number
optional
potion_name: string
optional
small_backpack_data: NBTInventory

The contents of the backpack.

optional
medium_backpack_data: NBTInventory

The contents of the backpack.

optional
large_backpack_data: NBTInventory

The contents of the backpack.

optional
greater_backpack_data: NBTInventory

The contents of the backpack.

optional
jumbo_backpack_data: NBTInventory

The contents of the backpack.

optional
new_year_cake_bag_data: NBTInventory

The contents of the cake bag.