Interface for BlockBreakEvent

By: Meaglin <meaglin.wasabi@gmail.com>
This commit is contained in:
Bukkit/Spigot
2011-02-01 18:07:16 +01:00
parent c818125fb8
commit d7d0c66b75
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
*/