set

operator fun CompoundTag.set(key: String, value: Boolean)
operator fun CompoundTag.set(key: String, value: Byte)
operator fun CompoundTag.set(key: String, value: Short)
operator fun CompoundTag.set(key: String, value: Int)
operator fun CompoundTag.set(key: String, value: Long)
operator fun CompoundTag.set(key: String, value: Float)
operator fun CompoundTag.set(key: String, value: Double)
operator fun CompoundTag.set(key: String, value: String)
operator fun CompoundTag.set(key: String, value: ByteArray)
operator fun CompoundTag.set(key: String, value: ByteArray)
@JvmName(name = "setByteList")
operator fun CompoundTag.set(key: String, value: List<Byte>)
operator fun CompoundTag.set(key: String, value: IntArray)
operator fun CompoundTag.set(key: String, value: IntArray)
@JvmName(name = "setIntList")
operator fun CompoundTag.set(key: String, value: List<Int>)
operator fun CompoundTag.set(key: String, value: LongArray)
operator fun CompoundTag.set(key: String, value: LongArray)
@JvmName(name = "setLongList")
operator fun CompoundTag.set(key: String, value: List<Long>)