Added new MELTING DamageCause. Addresses BUKKIT-1244

This commit is contained in:
EvilSeph 2012-03-22 17:33:32 -04:00
parent ec9fdd4811
commit 2854528ba5

View File

@ -117,6 +117,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
* Damage: 1 * Damage: 1
*/ */
FIRE_TICK, FIRE_TICK,
/**
* Damage caused due to a snowman melting
* <p />
* Damage: 1
*/
MELTING,
/** /**
* Damage caused by direct exposure to lava * Damage caused by direct exposure to lava
* <p /> * <p />