Skip to content

@zikeji/hypixel / NBTInventory

Type Alias: NBTInventory

NBTInventory = (NBTInventoryItem | null)[]

Array of inventory slots. If that slot is empty it will be null, otherwise it will be an object containing the data.

Released under the MIT License.