setAll

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

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