UpdateUid192

class UpdateUid192(val uid: ByteArray) : OutgoingGameMessage

Update UID 192 packed is used to update the random 192-bit id that is found in the random.dat file within the player's cache directory. The 192-bit UID will be accompanied by a 32-bit CRC of the block, which the client will verify before changing the contents of the random.dat file.

Constructors

Link copied to clipboard
constructor(uid: ByteArray)

Properties

Link copied to clipboard
open override val category: ServerProtCategory
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun estimateSize(): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String