Added dispenser event.

By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
Bukkit/Spigot
2011-05-08 02:56:38 -07:00
parent e7d4bff770
commit e40b7ab7c1
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
*