Added FoodLevelChange event.

This commit is contained in:
EvilSeph
2011-09-21 18:52:23 -04:00
parent b79fcf82c5
commit 5480237d3b
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