mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
#754: Add DamageCause.SONIC_BOOM
This commit is contained in:
parent
4b08dbc5ce
commit
20caf8ff2d
1 changed files with 7 additions and 1 deletions
|
@ -440,6 +440,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
|||
* <p>
|
||||
* Damage: 1 or 5
|
||||
*/
|
||||
FREEZE;
|
||||
FREEZE,
|
||||
/**
|
||||
* Damage caused by the Sonic Boom attack from {@link org.bukkit.entity.Warden}
|
||||
* <p>
|
||||
* Damage: 10
|
||||
*/
|
||||
SONIC_BOOM;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue