boxlin / io.opencubes.boxlin / net.minecraft.nbt.CompoundNBT / set

set

operator fun CompoundNBT?.set(key: String, value: INBT): Unit
operator fun CompoundNBT?.set(key: String, value: Boolean): Unit
operator fun CompoundNBT?.set(key: String, value: Byte): Unit
operator fun CompoundNBT?.set(key: String, value: ByteArray): Unit
operator fun CompoundNBT?.set(key: String, value: Double): Unit
operator fun CompoundNBT?.set(key: String, value: Float): Unit
operator fun CompoundNBT?.set(key: String, value: Int): Unit
operator fun CompoundNBT?.set(key: String, value: IntArray): Unit
operator fun CompoundNBT?.set(key: String, value: Long): Unit
operator fun CompoundNBT?.set(key: String, value: LongArray): Unit
operator fun CompoundNBT?.set(key: String, value: Short): Unit
operator fun CompoundNBT?.set(key: String, value: String): Unit
operator fun CompoundNBT?.set(key: String, value: UUID): Unit