Interface BungeeProxy

All Superinterfaces:
GenericServer

public interface BungeeProxy extends GenericServer

GenericServer instance for the BungeeCord proxy implementation of AdvancedServerList.

To get an instance of this class from a GenericServer instance, simply cast it to a BungeeProxy (Granted that the GenericProxy instance actually is a BungeeProxy instance).

  • Method Summary

    Modifier and Type
    Method
    Description
    Map<String,net.md_5.bungee.api.config.ServerInfo>
    Returns a Map<String, ServerInfo> where the key is the name of the Server and the value the ServerInfo from the BungeeCord Proxy.

    Methods inherited from interface ch.andre601.advancedserverlist.api.objects.GenericServer

    getHost, getPlayersMax, getPlayersOnline
  • Method Details

    • getServers

      Map<String,net.md_5.bungee.api.config.ServerInfo> getServers()
      Returns a Map<String, ServerInfo> where the key is the name of the Server and the value the ServerInfo from the BungeeCord Proxy.
      Returns:
      Possibly-empty Map containing a Server name and ServerInfo instance.