mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-07 16:57:42 +01:00
Added DamageType.VOID
By: Gunther De Wachter <GuntherDW@gmail.com>
This commit is contained in:
parent
9256bcd67e
commit
e36fc0c867
@ -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…
Reference in New Issue
Block a user