public interface RegisteredServer extends ChannelMessageSink
| Modifier and Type | Method and Description |
|---|---|
Collection<Player> |
getPlayersConnected()
Returns a list of all the players currently connected to this server on this proxy.
|
ServerInfo |
getServerInfo()
Returns the
ServerInfo for this server. |
CompletableFuture<ServerPing> |
ping()
Attempts to ping the remote server and return the server list ping result.
|
sendPluginMessageServerInfo getServerInfo()
ServerInfo for this server.Collection<Player> getPlayersConnected()
CompletableFuture<ServerPing> ping()