[Bleeding] Added PotionSplashEvent for splash potions. Closes BUKKIT-307

This commit is contained in:
Zeerix
2012-01-20 08:16:45 +01:00
committed by EvilSeph
parent 45f02a5c33
commit 2b9c374865
3 changed files with 99 additions and 0 deletions

View File

@@ -795,6 +795,12 @@ public abstract class Event implements Serializable {
* @see org.bukkit.event.entity.ProjectileHitEvent
*/
PROJECTILE_HIT(Category.ENTITY, ProjectileHitEvent.class),
/**
* Called when a splash potion hits an area
*
* @see org.bukkit.event.entity.PotionSplashEvent
*/
POTION_SPLASH(Category.ENTITY, PotionSplashEvent.class),
/**
* Called when a Slime splits into smaller Slimes upon death
*