Added EntityTame event. Thanks halvors!

This commit is contained in:
EvilSeph
2011-06-09 03:57:50 -04:00
parent 1ebedadb82
commit d6f3999b70
4 changed files with 64 additions and 0 deletions

View File

@@ -592,6 +592,12 @@ public abstract class Event implements Serializable {
* @see org.bukkit.event.entity.PigZapEvent
*/
PIG_ZAP (Category.LIVING_ENTITY),
/**
* Called when a LivingEntity is tamed
*
* @see org.bukkit.event.entity.EntityTameEvent
*/
ENTITY_TAME (Category.LIVING_ENTITY),
/**
* WEATHER EVENTS