Skip to content

BungeeProxy

Method Summary

Modifier and Type Method Description
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.
Methods inherited from ch.andre601.advancedserverlist.api.objects.GenericServer
getPlayersOnline(), getPlayersMax(), getHost()

Method Details

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.