Changed event enumeration

This commit is contained in:
durron597
2010-12-30 17:16:50 -05:00
parent a65fae29d4
commit e96b6e4765

View File

@@ -77,12 +77,14 @@ public abstract class Event {
* Block Events
*/
BLOCK_DAMAGED (Category.BLOCK),
BLOCK_FLOW (Category.BLOCK),
BLOCK_IGNITE (Category.BLOCK),
BLOCK_PHYSICS (Category.BLOCK),
BLOCK_PLACED (Category.BLOCK),
BLOCK_RIGHTCLICKED (Category.BLOCK),
BLOCK_PHYSICS (Category.BLOCK),
REDSTONE_CHANGE (Category.BLOCK),
BLOCK_IGNITE (Category.BLOCK),
BLOCK_FLOW (Category.BLOCK);
REDSTONE_CHANGE (Category.BLOCK);
/**
* Item Events