Skip to content

Moved

The documenation has been moved and can now be found at asl.andre601.ch.
This page in particular can be found at asl.andre601.ch/api/reference/platform-bungeecord/ch.andre601.advancedserverlist.api.bungeecord/objects/bungeeproxy/.

BungeeProxy

Method Summary

Modifier and Type Method Description
Map getServers() Returns a Map<String, ServerInfo> where the key is the name of the server and the value the ServerInfo of the proxy.
Methods inherited from ch.andre601.advancedserverlist.api.objects.GenericServer
getPlayersOnline() , getPlayersMax() , getHost()

Method Detail

Map<String, ServerInfo> getServers()

Returns a Map<String, ServerInfo> where the key is the name of the server and the value the ServerInfo of the proxy.

Returns:

Possibly-empty Map containing pairs of Strings and ServerInfos.