readBase64

public static NBTCompound readBase64(String 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)

Same as readBase64, but with additional control over the interning of tag names and values

See also

Parameters

internNames

Whether or not tag names inside of compounds will be interned

internValues

Whether or not STRING values inside compounds and lists will be interned