SNBTReader
A utility class for reading stringified NBT data (SNBT)
For converting NBT data in base64 string format, see readBase64
Author
Nullicorn
Functions
Link copied to clipboard
Read an NBT compound from an SNBT (stringified NBT) string.
public static NBTCompound readCompound( String snbt, boolean internNames, boolean internValues)
Content copied to clipboard
Same as readCompound, but with additional control over the interning of tag names and values