Uses of Enum
org.bukkit.event.entity.EntityRegainHealthEvent.RegainReason
Package
Description
-
Uses of EntityRegainHealthEvent.RegainReason in org.bukkit.event.entity
Modifier and TypeMethodDescriptionEntityRegainHealthEvent.getRegainReason()
Gets the reason for why the entity is regaining healthReturns the enum constant of this type with the specified name.static EntityRegainHealthEvent.RegainReason[]
EntityRegainHealthEvent.RegainReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionEntityRegainHealthEvent
(Entity entity, double amount, EntityRegainHealthEvent.RegainReason regainReason)