Added EntityTame event. Thanks halvors!

By: EvilSeph <evilseph@unaligned.org>
This commit is contained in:
Bukkit/Spigot
2011-06-09 03:57:50 -04:00
parent 6e1fca7350
commit 10d7e607c8
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