mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 00:07:56 +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
|
||||
*/
|
||||
ENTITY_EXPLOSION,
|
||||
/**
|
||||
* Damage caused by falling into the void
|
||||
*
|
||||
* Damage: 4 for players
|
||||
*/
|
||||
VOID,
|
||||
/**
|
||||
* Custom damage.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user