Added BlockCanBuild Event. Fixed Event enumeration

This commit is contained in:
durron597
2010-12-31 22:44:11 -05:00
parent d34cfe06c7
commit 80285cf8cb
3 changed files with 36 additions and 1 deletions

View File

@@ -76,7 +76,8 @@ public abstract class Event {
/**
* Block Events
*/
BLOCK_DAMAGED (Category.BLOCK),
BLOCK_BROKEN (Category.BLOCK),
BLOCK_CANBUILD (Category.BLOCK),
BLOCK_FLOW (Category.BLOCK),
BLOCK_IGNITE (Category.BLOCK),
BLOCK_PHYSICS (Category.BLOCK),