Uses of Enum Class
com.destroystokyo.paper.event.entity.EndermanEscapeEvent.Reason
-
Uses of EndermanEscapeEvent.Reason in com.destroystokyo.paper.event.entity
Modifier and TypeMethodDescriptionEndermanEscapeEvent.getReason()
static EndermanEscapeEvent.Reason
Returns the enum constant of this class with the specified name.static EndermanEscapeEvent.Reason[]
EndermanEscapeEvent.Reason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionEndermanEscapeEvent
(@NotNull Enderman entity, @NotNull EndermanEscapeEvent.Reason reason)