All Classes
-
Class Summary Class Description Main Class allows for GUI and CLI interaction for converting files from NBT to NBT, JSON, or XML.NBT Base abstract class that all subclasses extend upon.NBTByte A signed integral type that is 1 byte in length.NBTByteArray An array of bytes with a maximum of ~2,147,483,647 elements.NBTCompound Fully formed tags, followed by an end tag.NBTDouble A signed floating point type that is 8 bytes in length.NBTEnd Used to mark the end of compound tags.NBTFloat A signed floating point type that is 4 bytes in length.NBTInteger A signed integral type that is 4 bytes in length.NBTIntegerArray An array of integers with a maximum of ~2,147,483,647 elements.NBTList A list of tag payloads, without repeated tag types or any tag names.NBTLong A signed integral type that is 8 bytes in length.NBTReader Class for reading NBT binary data from files.NBTShort A signed integral type that is 2 bytes in length.NBTString A UTF-8 string; it has a size, rather than being null terminated.NBTWriter Class for writing NBT structures as NBT, JSON, or XML.