Check Interface
Introduction
The Check
interface represents an anticheat check in Polar. It provides methods to access information about the check.
Methods
type
Description:
Gets the type of the check.
Returns:
The CheckType of the check.
name
Description:
Gets the name of the check.
Returns:
The name of the check as a String
.
punishable
Description:
Determines if the check is punishable.
Returns:
true
if the check is punishable, false
otherwise.
punishmentType
Description:
Gets the type of punishment associated with the check.
Returns:
The PunishmentType for the check.
enabled
Description:
Determines if the check is enabled.
Returns:
true
if the check is enabled, false
otherwise.
punishVl
Description:
Gets the violation level threshold at which a punishment is triggered.
Returns:
The punishment violation level threshold as a double
.
violationLevel
Description:
Gets the current violation level for this check.
Returns:
The current violation level as a double
.