Added EntityTame event. Thanks halvors!
By: EvilSeph <evilseph@unaligned.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user