mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
@@ -440,6 +440,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
|||||||
* <p>
|
* <p>
|
||||||
* Damage: 1 or 5
|
* Damage: 1 or 5
|
||||||
*/
|
*/
|
||||||
FREEZE;
|
FREEZE,
|
||||||
|
/**
|
||||||
|
* Damage caused by the Sonic Boom attack from {@link org.bukkit.entity.Warden}
|
||||||
|
* <p>
|
||||||
|
* Damage: 10
|
||||||
|
*/
|
||||||
|
SONIC_BOOM;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user