Class ServerBrowser

java.lang.Object
zombie.core.znet.ServerBrowser

public class ServerBrowser extends Object
  • Constructor Details

    • ServerBrowser

      public ServerBrowser()
  • Method Details

    • init

      public static boolean init()
    • shutdown

      public static void shutdown()
    • RefreshInternetServers

      public static void RefreshInternetServers()
    • GetServerCount

      public static int GetServerCount()
    • GetServerDetails

      public static GameServerDetails GetServerDetails(int int1)
    • Release

      public static void Release()
    • IsRefreshing

      public static boolean IsRefreshing()
    • QueryServer

      public static boolean QueryServer(String string, int int1)
    • GetServerDetails

      public static GameServerDetails GetServerDetails(String string, int int1)
    • ReleaseServerQuery

      public static void ReleaseServerQuery(String string, int int1)
    • GetServerList

      public static List GetServerList()
    • GetServerDetailsSync

      public static GameServerDetails GetServerDetailsSync(String string, int int1)
    • RequestServerRules

      public static boolean RequestServerRules(String string, int int1)
    • setCallbackInterface

      public static void setCallbackInterface(IServerBrowserCallback iServerBrowserCallback)