CheckType Enum
Introduction
The CheckType enum represents the different categories of anticheat checks in Polar.
Enum Values
MOVEMENT- Checks related to player movement.VELOCITY- Checks related to player velocity handling.GROUND_SPOOF- Checks for spoofed ground state.LATENCY_ABUSE- Checks for latency exploitation.KILL_AURA- Checks for kill aura hacks.TICK_SPEED- Checks related to client tick rate manipulation.REACH- Checks for reach/hit distance violations.BLOCK_INTERACT- Checks for illegal block interactions.OCCLUDED_INTERACT- Checks for interactions with blocks or entities that are not visible to the player (through walls).PHASE- Checks for phasing through blocks.CLOUD- Cloud-based checks.
Constants
VALUES- A cached copy ofvalues(). Prefer it over callingvalues()repeatedly, asvalues()allocates a new array on every call.