[Bleeding] Added EntityShootBowEvent. Thanks Zeerix.

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
Bukkit/Spigot
2012-01-17 18:58:29 +01:00
parent bacfd8931d
commit 85c66fd6f3
3 changed files with 94 additions and 0 deletions

View File

@@ -793,6 +793,12 @@ public abstract class Event implements Serializable {
* @see org.bukkit.event.entity.EntityCreatePortalEvent
*/
ENTITY_CREATE_PORTAL(Category.LIVING_ENTITY, EntityCreatePortalEvent.class),
/**
* Called when a LivingEntity shoots a bow firing an arrow
*
* @see org.bukkit.event.entity.EntityShootBowEvent
*/
ENTITY_SHOOT_BOW(Category.LIVING_ENTITY, EntityShootBowEvent.class),
/**
* WEATHER EVENTS