Added onStructureGrow event, thanks to md-5.

This commit is contained in:
Nathan Adams
2011-12-09 16:12:05 +00:00
parent f0f8169161
commit fc51ffee2e
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