ClientPlayConnectionEvents

public final class ClientPlayConnectionEvents

Offers access to events related to the connection to a server on a logical client.

Types

Disconnect
Link copied to clipboard
public interface Disconnect
Init
Link copied to clipboard
public interface Init
Join
Link copied to clipboard
public interface Join

Properties

DISCONNECT
Link copied to clipboard
public final static Event<ClientPlayConnectionEvents.DisconnectDISCONNECT
An event for the disconnection of the client play network handler.
INIT
Link copied to clipboard
public final static Event<ClientPlayConnectionEvents.InitINIT
Event indicating a connection entered the PLAY state, ready for registering channel handlers.
JOIN
Link copied to clipboard
public final static Event<ClientPlayConnectionEvents.JoinJOIN
An event for notification when the client play network handler is ready to send packets to the server.

Sources

jvm source
Link copied to clipboard