mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Added DamageCause.SUICIDE.
This commit is contained in:
parent
5f20924e5d
commit
f6318cedda
1 changed files with 6 additions and 0 deletions
|
@ -143,6 +143,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
||||||
* Damage: 5
|
* Damage: 5
|
||||||
*/
|
*/
|
||||||
LIGHTNING,
|
LIGHTNING,
|
||||||
|
/**
|
||||||
|
* Damage caused by committing suicide using the command "/kill"
|
||||||
|
*
|
||||||
|
* Damage: 1000
|
||||||
|
*/
|
||||||
|
SUICIDE,
|
||||||
/**
|
/**
|
||||||
* Custom damage.
|
* Custom damage.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue