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