mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 08:41:27 +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
@ -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 New Issue
Block a user