Module login

Module login 

Source

Modules§

cookie_request_s2c
cookie_response_c2s
custom_query_answer_c2s
custom_query_s2c
hello_c2s
hello_s2c
key_c2s
login_acknowledged_c2s
login_compression_s2c
login_disconnect_s2c
login_finished_s2c

Structs§

CookieRequestS2c
Sent by the server to the client to request a cookie.
CookieResponseC2s
Sent by the client to the server to respond to a CookieRequestS2c packet.
CustomQueryAnswerC2s
Sent by the client to the server in response to a CustomQueryS2c packet.
CustomQueryS2c
Sent by the server to the client to send a custom message.
HelloC2s
Sent by the client to the server to initiate the login process.
HelloS2c
Sent by the server to the client to initiate the login process.
KeyC2s
Sent by the client to the server to respond to the HelloS2c packet. All proceeding packets will be encrypted.
LoginAcknowledgedC2s
Sent by the client to the server to acknowledge the login process.
LoginCompressionS2c
LoginDisconnectS2c
Sent by the server to the client to disconnect the client from the server.
LoginFinishedS2c
Sent by the server to the client to send the game profile of the player. This packet is sent after the client has successfully logged in. This packet is used to send data about the player such as their UUID, username, skin, and cape.