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.

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.
dungeonbreaker_chargesReturns the current charges.
drill_fuelReturns the current drill fuel.

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.

Unavailable Data Types

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