Added DamageType.VOID

By: Gunther De Wachter <GuntherDW@gmail.com>
This commit is contained in:
Bukkit/Spigot 2011-03-17 18:21:40 +01:00
parent 9256bcd67e
commit e36fc0c867

View File

@ -144,6 +144,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
* Damage: variable
*/
ENTITY_EXPLOSION,
/**
* Damage caused by falling into the void
*
* Damage: 4 for players
*/
VOID,
/**
* Custom damage.
*