Added DamageType.VOID
This commit is contained in:
parent
eb534613ac
commit
f89e47ba9c
@ -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…
x
Reference in New Issue
Block a user