Skip to content

Data Types

This page lists all available data types.

All Data Types can be found here.

IDs of Data Types can be found at these locations: GenericDataTypes, LoreDataTypes, MiningDataTypes, PersonalAccessoryDataTypes.

You can use /catharsis dev hand_data_types to view all data types of the item in your hand.

Notice

Around 95% of data types will not work on items held/worn by other players since Hypixel does not share the custom item data and lore for them. We can't do anything about that except providing fallbacks for some of them (like has_skin_fallback and has_dye_fallback), but most of them will simply return null or 0 when used on other player's items, so keep that in mind when using them in conditions or ranges.

Data Type Categories and Comparing

CategoryConditionalSelectRange
Number✔️✔️
String✔️
Boolean✔️✔️

Available Number Data Types

Data Types that return any form of number (so Integer, Double, Float, Long, Short, Byte, or Enums ordinals) are available by default.

Custom Number Data Types

Data TypeDescription
snowballsReturns the current snowballs in the snowball shooter.
dungeon_breaker_chargesReturns the current charges.
fuelReturns the current drill fuel.
water_levelReturns the current water level.

Available String Data Types

Data Types that return a String or Enum names are available by default.

Custom String Data Types

Data TypeDescription
hookReturns the SkyBlockId of the applied hook
lineReturns the SkyBlockId of the applied line
sinkerReturns the SkyBlockId of the applied sinker

Available Boolean Data Types

Data Types that return a Boolean are available by default.

Custom Boolean Data Types

Data TypeDescription
has_skin_fallbackHypixel doesn't share enough item data for other items, this fallbacks to using the item name to determine if a skin is applied.
has_dye_fallbackHypixel doesn't share enough item data for other items, this fallbacks to using the item name to determine if a dye is applied.

Unavailable Data Types

Any Data Type that returns a complex object (so Lists, Maps, Pairs, or custom objects) are unavailable, unless explicitly specified above.

Tree view icons from the Minecraft.wiki
Not an official Minecraft product. Not approved by or affiliated with Mojang or Microsoft.
Not approved by or affiliated with Hypixel.