Uses of Enum Class
org.bukkit.event.entity.EntityExhaustionEvent.ExhaustionReason
Package
Description
-
Uses of EntityExhaustionEvent.ExhaustionReason in org.bukkit.event.entity
Modifier 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.ModifierConstructorDescriptionEntityExhaustionEvent
(@NotNull HumanEntity who, @NotNull EntityExhaustionEvent.ExhaustionReason exhaustionReason, float exhaustion)