[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

@@ -14,6 +14,10 @@ public class ProjectileHitEvent extends EntityEvent {
super(Type.PROJECTILE_HIT, projectile);
}
public ProjectileHitEvent(Type type, Projectile projectile) {
super(type, projectile);
}
@Override
public HandlerList getHandlers() {
return handlers;