Uses of Interface
net.md_5.bungee.api.Callback
-
Packages that use Callback Package Description net.md_5.bungee.api.config net.md_5.bungee.api.connection net.md_5.bungee.api.event -
-
Uses of Callback in net.md_5.bungee.api.config
Methods in net.md_5.bungee.api.config with parameters of type Callback Modifier and Type Method Description voidServerInfo. ping(Callback<ServerPing> callback)Asynchronously gets the current player count on this server. -
Uses of Callback in net.md_5.bungee.api.connection
Methods in net.md_5.bungee.api.connection with parameters of type Callback Modifier and Type Method Description voidProxiedPlayer. connect(ServerInfo target, Callback<Boolean> callback)Connects / transfers this user to the specified connection, gracefully closing the current one.voidProxiedPlayer. 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
Constructors in net.md_5.bungee.api.event with parameters of type Callback Constructor Description LoginEvent(PendingConnection connection, Callback<LoginEvent> done)PreLoginEvent(PendingConnection connection, Callback<PreLoginEvent> done)ProxyPingEvent(PendingConnection connection, ServerPing response, Callback<ProxyPingEvent> done)
-