mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-17 06:48:23 +01:00
parent
b456a7cd08
commit
2624d0d54f
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…
Reference in a new issue