Interface ServerSideConnectionEvent.Disconnect

All Superinterfaces:
Event, ServerSideConnectionEvent
Enclosing interface:
ServerSideConnectionEvent

public static interface ServerSideConnectionEvent.Disconnect extends ServerSideConnectionEvent
Called when a connection disconnects from the game.

Note: This event might be called asynchronously. Additionally, the connection might have not got past #Auth.

  • Method Details