Uses of Interface
net.md_5.bungee.api.Callback
Package
Description
-
Uses of Callback in com.mrivanplays.ivancord.api.event
ModifierConstructorDescriptionHAProxyConnectionInitEvent
(SocketAddress socketAddress, ListenerInfo listener, Callback<HAProxyConnectionInitEvent> done) -
Uses of Callback in io.github.waterfallmc.waterfall.event
ModifierConstructorDescriptionConnectionInitEvent
(SocketAddress remoteAddress, ListenerInfo listener, Callback<ConnectionInitEvent> done) -
Uses of Callback in net.md_5.bungee.api
Modifier and TypeMethodDescriptionServerConnectRequest.getCallback()
Callback to execute post request.Modifier and TypeMethodDescriptionServerConnectRequest.Builder.callback
(Callback<ServerConnectRequest.Result> callback) Callback to execute post request. -
Uses of Callback in net.md_5.bungee.api.config
Modifier and TypeMethodDescriptionvoid
ServerInfo.ping
(Callback<ServerPing> callback) Asynchronously gets the current player count on this server. -
Uses of Callback in net.md_5.bungee.api.connection
Modifier and TypeMethodDescriptionvoid
ProxiedPlayer.connect
(ServerInfo target, Callback<Boolean> callback) Connects / transfers this user to the specified connection, gracefully closing the current one.void
ProxiedPlayer.connect
(ServerInfo target, Callback<Boolean> callback, boolean retry) Connects / transfers this user to the specified connection, gracefully closing the current one.void
ProxiedPlayer.connect
(ServerInfo target, Callback<Boolean> callback, boolean retry, int timeout) Connects / transfers this user to the specified connection, gracefully closing the current one.void
ProxiedPlayer.connect
(ServerInfo target, Callback<Boolean> callback, boolean retry, ServerConnectEvent.Reason reason, int timeout) Connects / transfers this user to the specified connection, gracefully closing the current one.void
ProxiedPlayer.connect
(ServerInfo target, Callback<Boolean> callback, ServerConnectEvent.Reason reason) Connects / transfers this user to the specified connection, gracefully closing the current one. -
Uses of Callback in net.md_5.bungee.api.event
ModifierConstructorDescriptionAsyncEvent
(Callback<T> done) LoginEvent
(PendingConnection connection, Callback<LoginEvent> done) LoginEvent
(PendingConnection connection, Callback<LoginEvent> done, LoginResult loginResult) PreLoginEvent
(PendingConnection connection, Callback<PreLoginEvent> done) ProxyPingEvent
(PendingConnection connection, ServerPing response, boolean legacy, Callback<ProxyPingEvent> done) ProxyPingEvent
(PendingConnection connection, ServerPing response, Callback<ProxyPingEvent> done)