Uses of Enum Class
org.bukkit.event.entity.EntityExhaustionEvent.ExhaustionReason
Packages that use EntityExhaustionEvent.ExhaustionReason
Package
Description
-
Uses of EntityExhaustionEvent.ExhaustionReason in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return EntityExhaustionEvent.ExhaustionReasonModifier and TypeMethodDescriptionEntityExhaustionEvent.getExhaustionReason()
Gets theEntityExhaustionEvent.ExhaustionReason
for this eventReturns the enum constant of this class with the specified name.EntityExhaustionEvent.ExhaustionReason.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 EntityExhaustionEvent.ExhaustionReasonModifierConstructorDescriptionEntityExhaustionEvent
(@NotNull HumanEntity who, @NotNull EntityExhaustionEvent.ExhaustionReason exhaustionReason, float exhaustion)