Interface IAntiCheatServerAPI


public interface IAntiCheatServerAPI
Since:
9/15/2024
  • Method Details

    • testConnection

      boolean testConnection()
      Returns:
      true if server API connection is alive, false otherwise
    • registerClient

      EAntiClientRegisterResult registerClient(IAntiCheatClientAPI connection, @NotNull @NotNull AntiCheatClientInfo clientInfo)
      Register a client at master server
      Parameters:
      connection - client connection
      clientInfo - client information
      Returns:
      client registration result