Added new MELTING DamageCause. Addresses BUKKIT-1244
This commit is contained in:
parent
ec9fdd4811
commit
2854528ba5
@ -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 />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user