Added suffocation damage as an event.

By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
Bukkit/Spigot 2011-01-20 00:49:29 -08:00
parent a5351d75bb
commit da6afe3866

View File

@ -93,6 +93,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
*
* Damage: fall height - 3.0
*/
SUFFOCATION,
/**
* Damage caused by being put in a block
*
* Damage: 1
*/
FALL,
/**
* Damage caused by direct exposure to fire