#754: Add DamageCause.SONIC_BOOM

This commit is contained in:
Doc 2022-06-09 21:03:33 +10:00 committed by md_5
parent 4b08dbc5ce
commit 20caf8ff2d
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -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;
}
}