mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Added RegainReason.ENDER_CRYSTAL.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
60f92a8572
commit
238ceb0afd
1 changed files with 4 additions and 0 deletions
|
@ -83,6 +83,10 @@ public class EntityRegainHealthEvent extends EntityEvent implements Cancellable
|
|||
* When a player regains health from eating consumables
|
||||
*/
|
||||
EATING,
|
||||
/**
|
||||
* When an ender dragon regains health from an ender crystal
|
||||
*/
|
||||
ENDER_CRYSTAL,
|
||||
/**
|
||||
* When a player is healed by a potion or spell
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue