Added SnowFormEvent. Thanks aPunch!
By: EvilSeph <evilseph@unaligned.org>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user