Package host.anzo.anticheat.server.api
Class AAntiCheatClientAPIConnection
java.lang.Object
host.anzo.anticheat.server.api.AAntiCheatClientAPIConnection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract IRMIAntiCheatClientAPIabstract longprotected voidvoidvalidateToken(String token)
-
Constructor Details
-
AAntiCheatClientAPIConnection
public AAntiCheatClientAPIConnection()
-
-
Method Details
-
getPlayersOnline
public abstract long getPlayersOnline() -
getClientAPI
-
initialize
protected void initialize() -
updateClientInfo
public void updateClientInfo() -
validateToken
- Parameters:
token- token to validate- Returns:
- possible information about specified token
-