Added DamageCause.STARVATION.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
a3e8ec7d78
commit
a9cffeb33d
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue