Class NbtType

java.lang.Object
net.fabricmc.fabric.api.util.NbtType

@Deprecated public final class NbtType extends Object
Deprecated.
Use the constants in Tag instead.
NBT type ID constants. Useful for filtering by value type in a few cases.

For the current list of types, check with Tag.

See Also:
  • TagTypes.getType(int)