@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.event.network
-
Interface Summary Interface Description BanIpEvent Called when a ban is made on an IP address.PardonIpEvent Called when a pardon is made on an IP address.ServerSideConnectionEvent Represents an event fired during the login process.ServerSideConnectionEvent.Auth Called asynchronously when the client attempts to authenticate against the server.ServerSideConnectionEvent.Disconnect Called when aplayer
disconnects from the game.ServerSideConnectionEvent.Handshake Called after the client authenticates and attempts to login to the server.ServerSideConnectionEvent.Join ServerSideConnectionEvent.Login Called after the server finished its handshake with the client.