Added EntityRegainHealthEvent. Thanks TimWolla!

This commit is contained in:
EvilSeph
2011-06-17 16:47:52 -04:00
parent d471de6bb1
commit 99d9e5f66b
4 changed files with 84 additions and 0 deletions

View File

@@ -601,6 +601,13 @@ public abstract class Event implements Serializable {
*/
ENTITY_TAME (Category.LIVING_ENTITY),
/**
* Called when a LivingEntity is regains health
*
* @see org.bukkit.event.entity.EntityRegainHealthEvent
*/
ENTITY_REGAIN_HEALTH (Category.LIVING_ENTITY),
/**
* WEATHER EVENTS
*/