Added DamageCause.SUICIDE.

This commit is contained in:
EvilSeph
2011-08-12 21:35:55 -04:00
parent b7cc96eace
commit 86c7532cdf

View File

@@ -143,6 +143,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
* Damage: 5
*/
LIGHTNING,
/**
* Damage caused by committing suicide using the command "/kill"
*
* Damage: 1000
*/
SUICIDE,
/**
* Custom damage.
*