Added dispenser event.

This commit is contained in:
sk89q
2011-05-08 02:56:38 -07:00
parent b09635228e
commit 2406a4496d
5 changed files with 103 additions and 0 deletions

View File

@@ -363,6 +363,13 @@ public abstract class Event implements Serializable {
*/
BLOCK_PLACE (Category.BLOCK),
/**
* Called when a block dispenses something
*
* @see org.bukkit.event.block.BlockPlaceEvent
*/
BLOCK_DISPENSE (Category.BLOCK),
/**
* Called when a block is destroyed from being burnt by fire
*