ItemUtils

object ItemUtils

A collection of methods for accessing NBT data of Skyblock items.

Based on SBC by Harry282

Author

Aton

Functions

Link copied to clipboard
fun prettyPrintNBT(nbt: NBTBase): String

Converts an NBT tag into a pretty-printed string.

Properties

Link copied to clipboard
val ItemStack?.hasAbility: Boolean

Checks whether the item has a right click ability.

Link copied to clipboard
val ItemStack.isDungeonMobDrop: Boolean
Link copied to clipboard
val ItemStack.isRarityUpgraded: Boolean
Link copied to clipboard
val ItemStack?.isShortbow: Boolean

Checks the item's lore for whether it is a shortbow.

Link copied to clipboard
val ItemStack.isStarred: Boolean
Link copied to clipboard
val ItemStack.itemID: String

The skyblock item ID

Link copied to clipboard
val ItemStack.lore: List<String>
Link copied to clipboard
val ItemStack.rarityBoost: Int?
Link copied to clipboard
val ItemStack?.reforge: String