Added SnowFormEvent. Thanks aPunch!

This commit is contained in:
EvilSeph
2011-05-02 01:21:47 -04:00
parent de28e15e50
commit f0d14d156e
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
*/