Added onStructureGrow event, thanks to md-5.

By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-12-09 16:12:05 +00:00
parent 96311db0bf
commit 7aff3534fa
5 changed files with 108 additions and 4 deletions

View File

@@ -593,6 +593,12 @@ public abstract class Event implements Serializable {
* @see org.bukkit.event.world.PortalCreateEvent
*/
PORTAL_CREATE (Category.WORLD),
/**
* Called when an organic structure attempts to grow (Sapling -> Tree), (Mushroom -> Huge Mushroom), naturally or using bonemeal.
*
+ * @see org.bukkit.event.world.TreeGrowEvent
*/
STRUCTURE_GROW (Category.WORLD),
/**
* ENTITY EVENTS