Added LIGHTNING as a possible source of damage
This commit is contained in:
parent
bc7d54dda4
commit
626edb3eb0
@ -150,6 +150,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
||||
* Damage: 4 for players
|
||||
*/
|
||||
VOID,
|
||||
/**
|
||||
* Damage caused by being struck by lightning
|
||||
*
|
||||
* Damage: 5
|
||||
*/
|
||||
LIGHTNING,
|
||||
/**
|
||||
* Custom damage.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user