Uses of Interface
net.md_5.bungee.api.connection.PendingConnection
Packages that use PendingConnection
Package
Description
-
Uses of PendingConnection in com.mrivanplays.ivancord.api.event
Methods in com.mrivanplays.ivancord.api.event that return PendingConnectionModifier and TypeMethodDescriptionLoginCancelledEvent.getConnection()
The pending connection, which aborted their login processConstructors in com.mrivanplays.ivancord.api.event with parameters of type PendingConnectionModifierConstructorDescriptionLoginCancelledEvent
(PendingConnection connection, LoginCancelledEvent.CancelReason cancelReason) -
Uses of PendingConnection in net.md_5.bungee.api
Methods in net.md_5.bungee.api with parameters of type PendingConnectionModifier and TypeMethodDescriptionstatic ServerInfo
AbstractReconnectHandler.getForcedHost
(PendingConnection con) -
Uses of PendingConnection in net.md_5.bungee.api.connection
Methods in net.md_5.bungee.api.connection that return PendingConnectionModifier and TypeMethodDescriptionProxiedPlayer.getPendingConnection()
Get the pending connection that belongs to this player. -
Uses of PendingConnection in net.md_5.bungee.api.event
Methods in net.md_5.bungee.api.event that return PendingConnectionModifier and TypeMethodDescriptionLoginEvent.getConnection()
Connection attempting to login.PlayerHandshakeEvent.getConnection()
Connection attempting to login.PreLoginEvent.getConnection()
Connection attempting to login.ProxyPingEvent.getConnection()
The connection asking for a ping response.Constructors in net.md_5.bungee.api.event with parameters of type PendingConnectionModifierConstructorDescriptionLoginEvent
(PendingConnection connection, Callback<LoginEvent> done) LoginEvent
(PendingConnection connection, Callback<LoginEvent> done, LoginResult loginResult) PlayerHandshakeEvent
(PendingConnection connection, Handshake handshake) PreLoginEvent
(PendingConnection connection, Callback<PreLoginEvent> done) ProxyPingEvent
(PendingConnection connection, ServerPing response, boolean legacy, Callback<ProxyPingEvent> done) ProxyPingEvent
(PendingConnection connection, ServerPing response, Callback<ProxyPingEvent> done)