13
0
geforkt von Mirrors/Paper

Added RegainReason.ENDER_CRYSTAL.

By: EvilSeph <evilseph@gmail.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2012-02-08 10:54:30 -05:00
Ursprung 60f92a8572
Commit 238ceb0afd

Datei anzeigen

@ -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
*/