LoginBlock

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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Int

Functions

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