Uses of Enum
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 type with the specified name.EntityExhaustionEvent.ExhaustionReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionEntityExhaustionEvent
(HumanEntity who, EntityExhaustionEvent.ExhaustionReason exhaustionReason, float exhaustion)