prettyPrintNBT

fun prettyPrintNBT(nbt: NBTBase): String

Converts an NBT tag into a pretty-printed string.

For constant definitions, see Constants.NBT.

Taken from SBA.

Return

pretty-printed string of the NBT data

Parameters

nbt

the NBT tag to pretty print