mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
SPIGOT-2127: Add DamageCause.ENTITY_SWEEP_ATTACK
By: md_5 <git@md-5.net>
This commit is contained in:
parent
b238d93a96
commit
8d53d7c5a6
1 changed files with 6 additions and 0 deletions
|
@ -287,6 +287,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
|||
* Damage: variable
|
||||
*/
|
||||
ENTITY_ATTACK,
|
||||
/**
|
||||
* Damage caused when an entity attacks another entity in a sweep attack.
|
||||
* <p>
|
||||
* Damage: variable
|
||||
*/
|
||||
ENTITY_SWEEP_ATTACK,
|
||||
/**
|
||||
* Damage caused when attacked by a projectile.
|
||||
* <p>
|
||||
|
|
Loading…
Reference in a new issue