Class BungeeCommon

Direct Known Subclasses:
ExProxy

public abstract class BungeeCommon extends BungeeCord
BungeeCord Common Layout Class
  • Field Details

    • listeners

      protected final Collection<io.netty.channel.Channel> listeners
  • Constructor Details

  • Method Details

    • getBungeeName

      public abstract String getBungeeName()
      Get the name from BungeeCord's original signature (for determining which fork is being used)
      Returns:
      BungeeCord Software Name
    • getServersCopy

      public abstract Map<String,ServerInfo> getServersCopy()
      Waterfall's getServersCopy()
      Returns:
      Server Map Copy
    • getInstance

      public static BungeeCommon getInstance()
      Gets the ProxyServer Common Object
      Returns:
      ProxyServer Common