putAll

fun putAll(from: Map<String, NBT>): MutableNBTCompound
fun putAll(from: NBTCompoundLike): MutableNBTCompound

Updates this compound with key/value pairs from the specified compound from. Returns itself for chaining