Package | Description |
---|---|
net.md_5.bungee.api.config | |
net.md_5.bungee.api.connection | |
net.md_5.bungee.api.event |
Modifier and Type | Method and Description |
---|---|
void |
ServerInfo.ping(Callback<ServerPing> callback)
Asynchronously gets the current player count on this server.
|
Modifier and Type | Method and Description |
---|---|
void |
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,
ServerConnectEvent.Reason reason)
Connects / transfers this user to the specified connection, gracefully
closing the current one.
|
Constructor and Description |
---|
LoginEvent(PendingConnection connection,
Callback<LoginEvent> done) |
PreLoginEvent(PendingConnection connection,
Callback<PreLoginEvent> done) |
ProxyPingEvent(PendingConnection connection,
ServerPing response,
Callback<ProxyPingEvent> done) |
Copyright © 2012–2019 SpigotMC. All rights reserved.