Module syntaxnbt
Package at.syntaxerror.syntaxnbt.tag
package at.syntaxerror.syntaxnbt.tag
This package contains all the NBT tag implementations
- Author:
- SyntaxError404
-
ClassDescriptionTag<T>An NBT Tag consisting of a type and a valueA single signed byteA length-prefixed array of signed bytes.Effectively a list of a named tags.Signifies the end of a TAG_Compound.A single signed, big endian 32 bit integerA length-prefixed array of signed integers.A list of nameless tags, all of the same type.A single signed, big endian 64 bit integerA length-prefixed array of signed longs.A single signed, big endian 16 bit integerA length-prefixed modified UTF-8 string.This enum contains all valid types of NBT tags.
Information according to wiki.vg