Login Block
class LoginBlock<T>(val version: Int, val subVersion: Int, _clientType: UByte, _platformType: UByte, _constZero1: UByte, val seed: IntArray, val sessionId: Long, val username: String, val lowDetail: Boolean, val resizable: Boolean, _width: UShort, _height: UShort, val uuid: ByteArray, val siteSettings: String, val affiliate: Int, _constZero2: UByte, val hostPlatformStats: HostPlatformStats, _validationClientType: UByte, _crcBlockHeader: UByte, val crc: CyclicRedundancyCheckBlock, val authentication: T)
Constructors
Link copied to clipboard
constructor(version: Int, subVersion: Int, _clientType: UByte, _platformType: UByte, _constZero1: UByte, seed: IntArray, sessionId: Long, username: String, lowDetail: Boolean, resizable: Boolean, _width: UShort, _height: UShort, uuid: ByteArray, siteSettings: String, affiliate: Int, _constZero2: UByte, hostPlatformStats: HostPlatformStats, _validationClientType: UByte, _crcBlockHeader: UByte, crc: CyclicRedundancyCheckBlock, authentication: T)