All Classes and Interfaces
Class
Description
A tag containing a byte array.
A converter that converts between ByteArrayTag and byte[].
A tag containing a byte.
A converter that converts between ByteTag and byte.
A compound tag containing other tags.
A converter that converts between CompoundTag and Map.
An exception thrown when an error occurs while converting something.
A registry mapping tags and value types to converters.
A tag containing a double.
A converter that converts between DoubleTag and double.
A tag containing a float.
A converter that converts between FloatTag and float.
A tag containing an integer array.
A converter that converts between IntArrayTag and int[].
A tag containing an integer.
A converter that converts between IntTag and int.
A tag containing a list of tags.
A converter that converts between CompoundTag and Map.
A tag containing a long array.
A converter that converts between LongArrayTag and long[].
A tag containing a long.
A converter that converts between LongTag and long.
Vanilla abomination that allows for mixed tag lists, serialized to a list of wrapping compound tags...
Utility to read and write NBT tags.
Abstract class representing a number tag, containing methods to return primitive number types.
A tag containing a short.
A converter that converts between ShortTag and short.
Serialization of stringifies tags.
An exception thrown when parsing a stringified binary tag.
A tag containing a string.
A converter that converts between StringTag and String.
A converter that converts between a tag type and a value type.
NBT tag reader.
A registry containing different tag classes.
Reusable NBT tag writer.