Class ServerBrowser
java.lang.Object
zombie.core.znet.ServerBrowser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic GameServerDetailsGetServerDetails(int int0) static GameServerDetailsGetServerDetails(String string, int int0) static GameServerDetailsGetServerDetailsSync(String string, int int0) static List<GameServerDetails> static booleaninit()static booleanstatic booleanQueryServer(String string, int int0) static voidstatic voidRelease()static voidReleaseServerQuery(String string, int int0) static booleanRequestServerRules(String string, int int0) static voidsetCallbackInterface(IServerBrowserCallback iServerBrowserCallback) static voidsetSuppressLuaCallbacks(boolean boolean0) static voidshutdown()
-
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
-
Release
public static void Release() -
IsRefreshing
public static boolean IsRefreshing() -
QueryServer
-
GetServerDetails
-
ReleaseServerQuery
-
GetServerList
-
GetServerDetailsSync
-
RequestServerRules
-
setSuppressLuaCallbacks
public static void setSuppressLuaCallbacks(boolean boolean0) -
setCallbackInterface
-