mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Added DamageCause.STARVATION.
This commit is contained in:
parent
81d2064441
commit
a3c784bcde
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue