SuccessPacket

data class SuccessPacket(val uuid: UUID, val username: String, val properties: List<SuccessPacketProperties>) : ClientBoundPacket

Login Success | 0x02 | login | clientbound

Parameters

uuid

uuid

username

username

properties

list of SuccessPacketProperties

See also

Constructors

Link copied to clipboard
constructor(uuid: UUID, username: String, properties: List<SuccessPacketProperties>)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uuid: UUID