ServerBound

class Object
trait Matchable
class Any

Type members

Classlikes

case

EncryptionResponse is sent as a reply to EncryptionRequest. All packets following this one must be encrypted with AES/CFB8 encryption.

EncryptionResponse is sent as a reply to EncryptionRequest. All packets following this one must be encrypted with AES/CFB8 encryption.

case
class EncryptionResponse_i16(sharedSecret: LenPrefixedByteSeq[Short], verifyToken: LenPrefixedByteSeq[Short])
case
class LoginPluginResponse(messageId: VarInt, successful: Boolean, data: UnspecifiedLengthByteArray)
case
class LoginStart(username: String)

LoginStart is sent immeditately after switching into the login state. The passed username is used by the server to authenticate the player in online mode.

LoginStart is sent immeditately after switching into the login state. The passed username is used by the server to authenticate the player in online mode.