[Bleeding] Added EntityShootBowEvent. Thanks Zeerix.

This commit is contained in:
Erik Broes
2012-01-17 18:58:29 +01:00
parent 4d7a141a33
commit d57776f058
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