mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -07:00
@@ -149,6 +149,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
|||||||
* Damage: 1000
|
* Damage: 1000
|
||||||
*/
|
*/
|
||||||
SUICIDE,
|
SUICIDE,
|
||||||
|
/**
|
||||||
|
* Damage caused by starving due to having an empty hunger bar
|
||||||
|
*
|
||||||
|
* Damage: 1
|
||||||
|
*/
|
||||||
|
STARVATION,
|
||||||
/**
|
/**
|
||||||
* Custom damage.
|
* Custom damage.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user