Add check ids currently used by hooks.

This commit is contained in:
asofold 2012-08-07 18:25:26 +02:00
parent 55fbfcd758
commit 29125e7aa2

View File

@ -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: */