Uses of Enum Class
org.bukkit.event.entity.EntityRegainHealthEvent.RegainReason
Packages that use EntityRegainHealthEvent.RegainReason
Package
Description
-
Uses of EntityRegainHealthEvent.RegainReason in org.bukkit.event.entity
Subclasses with type arguments of type EntityRegainHealthEvent.RegainReason in org.bukkit.event.entityModifier and TypeClassDescriptionstatic enumAn enum to specify the type of health regaining that is occurringMethods in org.bukkit.event.entity that return EntityRegainHealthEvent.RegainReasonModifier and TypeMethodDescriptionEntityRegainHealthEvent.getRegainReason()Gets the reason for why the entity is regaining healthReturns the enum constant of this class with the specified name.static EntityRegainHealthEvent.RegainReason[]EntityRegainHealthEvent.RegainReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.bukkit.event.entity with parameters of type EntityRegainHealthEvent.RegainReasonModifierConstructorDescriptionEntityRegainHealthEvent(Entity entity, double amount, EntityRegainHealthEvent.RegainReason regainReason)