Added FoodLevelChange event.

By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
Bukkit/Spigot
2011-09-21 18:52:23 -04:00
parent 55312ce475
commit 547ab9f1be
4 changed files with 68 additions and 0 deletions

View File

@@ -703,6 +703,12 @@ public abstract class Event implements Serializable {
* @see org.bukkit.event.entity.EndermanPlaceEvent
*/
ENDERMAN_PLACE (Category.LIVING_ENTITY),
/**
* Called when a human entity's food level changes
*
* @see org.bukkit.event.entity.FoodLevelChangeEvent
*/
FOOD_LEVEL_CHANGE (Category.LIVING_ENTITY),
/**
* WEATHER EVENTS