Uses of Interface
net.md_5.bungee.api.connection.PendingConnection
-
Uses of PendingConnection in net.md_5.bungee.api
Modifier and TypeMethodDescriptionstatic ServerInfo
AbstractReconnectHandler.getForcedHost
(PendingConnection con) -
Uses of PendingConnection in net.md_5.bungee.api.connection
Modifier and TypeMethodDescriptionProxiedPlayer.getPendingConnection()
Get the pending connection that belongs to this player. -
Uses of PendingConnection in net.md_5.bungee.api.event
ModifierConstructorDescriptionLoginEvent
(PendingConnection connection, Callback<LoginEvent> done) PlayerHandshakeEvent
(PendingConnection connection, Handshake handshake) PreLoginEvent
(PendingConnection connection, Callback<PreLoginEvent> done) ProxyPingEvent
(PendingConnection connection, ServerPing response, Callback<ProxyPingEvent> done)