Class AntiCheatHookAAC

java.lang.Object
wtf.choco.veinminer.anticheat.AntiCheatHookAAC
All Implemented Interfaces:
AntiCheatHook

public final class AntiCheatHookAAC extends Object implements AntiCheatHook
The default Advanced AntiCheat (AAC) hook implementation.
  • Constructor Details

    • AntiCheatHookAAC

      public AntiCheatHookAAC()
  • Method Details

    • exempt

      public void exempt(@NotNull @NotNull Player player)
      Description copied from interface: AntiCheatHook
      Exempt a player from a fast-break check in the hooked anti cheat.
      Specified by:
      exempt in interface AntiCheatHook
      Parameters:
      player - the player to exempt
    • unexempt

      public void unexempt(@NotNull @NotNull Player player)
      Description copied from interface: AntiCheatHook
      Unexempt a player from a fast-break check in the hooked anti cheat.
      Specified by:
      unexempt in interface AntiCheatHook
      Parameters:
      player - the player to unexempt