Added DamageCause.STARVATION.
This commit is contained in:
parent
81d2064441
commit
a3c784bcde
@ -149,6 +149,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
||||
* Damage: 1000
|
||||
*/
|
||||
SUICIDE,
|
||||
/**
|
||||
* Damage caused by starving due to having an empty hunger bar
|
||||
*
|
||||
* Damage: 1
|
||||
*/
|
||||
STARVATION,
|
||||
/**
|
||||
* Custom damage.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user