read Base64
Read NBT data from a Base64 string
Return
The parsed compound
Parameters
base64
Base64-encoded string containing NBT data (may be gzipped)
Throws
If the data could not be read properly
public static NBTCompound readBase64( String base64, boolean internNames, boolean internValues)
Content copied to clipboard
Same as readBase64, but with additional control over the interning of tag names and values
See also
Parameters
intern Names
Whether or not tag names inside of compounds will be interned
intern Values
Whether or not STRING values inside compounds and lists will be interned