[Bleeding] Added PotionSplashEvent for splash potions. Closes BUKKIT-307
By: Zeerix <zeerix@draig.de>
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user