mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Added new MELTING DamageCause. Addresses BUKKIT-1244
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
@@ -117,6 +117,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
||||
* Damage: 1
|
||||
*/
|
||||
FIRE_TICK,
|
||||
/**
|
||||
* Damage caused due to a snowman melting
|
||||
* <p />
|
||||
* Damage: 1
|
||||
*/
|
||||
MELTING,
|
||||
/**
|
||||
* Damage caused by direct exposure to lava
|
||||
* <p />
|
||||
|
Reference in New Issue
Block a user