plusAssign

operator fun plusAssign(other: Map<String, NBT>)
operator fun plusAssign(other: NBTCompoundLike)

Updates this compound with key/value pairs from the specified compound other.

operator fun plusAssign(p: Pair<String, NBT>)

Updates this compound with the given key/value pair.