Interface for BlockBreakEvent

This commit is contained in:
Meaglin
2011-02-01 18:07:16 +01:00
parent 4bd254e18f
commit 746b7a1ab2
4 changed files with 59 additions and 1 deletions

View File

@@ -319,6 +319,13 @@ public abstract class Event {
*/
REDSTONE_CHANGE (Category.BLOCK),
/**
* Called when a block is destroyed by a player.
*
* @see org.bukkit.event.block.BlockBreakEvent
*/
BLOCK_BREAK (Category.BLOCK),
/**
* INVENTORY EVENTS
*/