Added an EntityCreatePortalEvent

By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2012-01-15 11:58:03 +00:00
parent cff0c0ecc5
commit 77c577bdf8
5 changed files with 90 additions and 0 deletions

View File

@@ -745,6 +745,12 @@ public abstract class Event implements Serializable {
* @see org.bukkit.event.entity.FoodLevelChangeEvent
*/
FOOD_LEVEL_CHANGE(Category.LIVING_ENTITY),
/**
* Called when an entity creates a portal in a world
*
* @see org.bukkit.event.entity.EntityCreatePortalEvent
*/
ENTITY_CREATE_PORTAL(Category.LIVING_ENTITY),
/**
* WEATHER EVENTS