Compound

@Contract(pure = true)
fun Compound(lambda: CompoundBuilder): NBTCompound
@Contract(pure = true)
fun Compound(tags: Map<String, NBT> = mapOf()): NBTCompound