jvm CBORValue¶ @Serializable data class CBORValue(val value: ByteArray) : BlockEntityStatePacket.SerializedValue Constructors¶ CBORValue¶ constructor(value: ByteArray) Properties¶ value¶ val value: ByteArray Functions¶ equals¶ open operator override fun equals(other: Any?): Boolean hashCode¶ open override fun hashCode(): Int