mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -07:00
@@ -83,6 +83,10 @@ public class EntityRegainHealthEvent extends EntityEvent implements Cancellable
|
|||||||
* When a player regains health from eating consumables
|
* When a player regains health from eating consumables
|
||||||
*/
|
*/
|
||||||
EATING,
|
EATING,
|
||||||
|
/**
|
||||||
|
* When an ender dragon regains health from an ender crystal
|
||||||
|
*/
|
||||||
|
ENDER_CRYSTAL,
|
||||||
/**
|
/**
|
||||||
* When a player is healed by a potion or spell
|
* When a player is healed by a potion or spell
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user