Added DamageCause.STARVATION.

This commit is contained in:
EvilSeph
2011-09-21 17:11:53 -04:00
parent b2e7c24e35
commit 9e77b02618

View File

@@ -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.
*