Skip to content

VelocityProxy

Method Summary

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

Method Details

Map<String, RegisteredServer> getServers()

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

Returns:

Possibly-empty Map containing pairs of Strings and RegisteredServers.