mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Added DamageType.VOID
This commit is contained in:
parent
eb534613ac
commit
f89e47ba9c
1 changed files with 6 additions and 0 deletions
|
@ -144,6 +144,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
||||||
* Damage: variable
|
* Damage: variable
|
||||||
*/
|
*/
|
||||||
ENTITY_EXPLOSION,
|
ENTITY_EXPLOSION,
|
||||||
|
/**
|
||||||
|
* Damage caused by falling into the void
|
||||||
|
*
|
||||||
|
* Damage: 4 for players
|
||||||
|
*/
|
||||||
|
VOID,
|
||||||
/**
|
/**
|
||||||
* Custom damage.
|
* Custom damage.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue