Retiring EntityDamageByProjectileEvent in favor of EntityDamageEvent.

This commit is contained in:
sunkid
2011-07-19 10:21:17 -07:00
committed by EvilSeph
parent 28554c88ef
commit 317c17fbb9
3 changed files with 27 additions and 11 deletions

View File

@@ -77,6 +77,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
* Damage: variable
*/
ENTITY_ATTACK,
/**
* Damage caused when attacked by a projectile.
*
* Damage: variable
*/
PROJECTILE,
/**
* Damage caused by being put in a block
*