mirror of
https://github.com/asofold/CompatNoCheatPlus.git
synced 2024-11-18 11:16:23 +01:00
Add check ids currently used by hooks.
This commit is contained in:
parent
55fbfcd758
commit
29125e7aa2
@ -22,6 +22,7 @@ import org.bukkit.entity.Player;
|
||||
*/
|
||||
public final class NCPHookManager {
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------------------*
|
||||
/*
|
||||
* Ids for groups and checks:
|
||||
@ -49,13 +50,16 @@ public final class NCPHookManager {
|
||||
public static final Integer FIGHT_ANGLE = 2002;
|
||||
|
||||
// BLOCKBREAK
|
||||
public static final Integer BLOCKBREAK = 3000;
|
||||
public static final Integer BLOCKBREAK_FASTBREAK = 3001;
|
||||
public static final Integer BLOCKBREAK_NOSWING = 3002;
|
||||
public static final Integer BLOCKBREAK_DIRECTION = 3003;
|
||||
|
||||
// BLOCKPLACE
|
||||
|
||||
|
||||
|
||||
// ...
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------------- */
|
||||
/* Internal data: */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user