mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
@@ -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.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user