parseNbt

fun parseNbt(nbt: String): CompoundTag

Parse an NBT string into a CompoundTag.

Return

parsed CompoundTag

Parameters

nbt

NBT string to parse