All Classes

Class Description
ArrayBinaryTag
An array binary tag.
BinaryTag
A binary tag.
BinaryTagIO
Serialization operations for binary tags.
BinaryTagIO.Compression
Compression types.
BinaryTagIO.Reader
BinaryTagIO.Writer
BinaryTagLike
Something that can be represented as a binary tag.
BinaryTagType<T extends BinaryTag>
A binary tag type.
BinaryTagTypes
All known binary tag types.
ByteArrayBinaryTag
A binary tag holding a byte-array value.
ByteBinaryTag
A binary tag holding a byte value.
CompoundBinaryTag
Binary tag holding a mapping of string keys to BinaryTag values.
CompoundBinaryTag.Builder
A compound tag builder.
CompoundTagSetter<R>
Common methods between CompoundBinaryTag and CompoundBinaryTag.Builder.
DoubleBinaryTag
A binary tag holding a double value.
EndBinaryTag
An end tag.
FloatBinaryTag
A binary tag holding a float value.
IntArrayBinaryTag
A binary tag holding an int-array value.
IntBinaryTag
A binary tag holding an int value.
ListBinaryTag
A list of zero or more values of a single tag type.
ListBinaryTag.Builder<T extends BinaryTag>
A list tag builder.
ListTagSetter<R,​T extends BinaryTag>
Common methods between ListBinaryTag and ListBinaryTag.Builder.
LongArrayBinaryTag
A binary tag holding a long-array value.
LongBinaryTag
A binary tag holding a long value.
NumberBinaryTag
A numeric binary tag.
ShortBinaryTag
A binary tag holding a short value.
StringBinaryTag
A binary tag holding a String value.
TagStringIO
A holder for string tag format options.
TagStringIO.Builder
Builder for a SNBT I/O handler.