Added SnowFormEvent. Thanks aPunch!

By: EvilSeph <evilseph@unaligned.org>
This commit is contained in:
Bukkit/Spigot
2011-05-02 01:21:47 -04:00
parent 4baa59e20f
commit 2fc8673c04
4 changed files with 97 additions and 0 deletions

View File

@@ -393,6 +393,13 @@ public abstract class Event implements Serializable {
*/
BLOCK_BREAK (Category.BLOCK),
/**
* Called when world attempts to place a snow block during a snowfall
*
* @see org.bukkit.event.block.SnowFormEvent
*/
SNOW_FORM (Category.BLOCK),
/**
* INVENTORY EVENTS
*/