LoginPluginResponsePacket

data class LoginPluginResponsePacket(val messageId: Int, val hasData: Boolean, val data: ByteArray?) : ServerBoundPacket

Login Plugin Response | 0x02 | login | serverbound

Parameters

messageId

messageId

hasData

data is present

data

data

See also

Constructors

Link copied to clipboard
constructor(messageId: Int, hasData: Boolean, data: ByteArray?)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard