Package net.kyori.adventure.nbt
package net.kyori.adventure.nbt
An implementation of the NBT format.
Adventure supports serializing to both binary and string representations
of the tags, both through BinaryTagIO
-
ClassDescriptionAn array binary tag.A binary tag.Serialization operations for binary tags.Compression types.
CompoundBinaryTagreader.CompoundBinaryTagwriter.Something that can be represented as a binary tag.BinaryTagType<T extends BinaryTag>A binary tag type.All known binary tag types.A binary tag holding abyte-array value.A binary tag holding abytevalue.Binary tag holding a mapping of string keys toBinaryTagvalues.A compound tag builder.Common methods betweenCompoundBinaryTagandCompoundBinaryTag.Builder.A binary tag holding adoublevalue.An end tag.A binary tag holding afloatvalue.A binary tag holding anint-array value.A binary tag holding anintvalue.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 betweenListBinaryTagandListBinaryTag.Builder.A binary tag holding along-array value.A binary tag holding alongvalue.A numeric binary tag.A binary tag holding ashortvalue.A binary tag holding aStringvalue.A holder for string tag format options.Builder for a SNBT I/O handler.