Uses of Enum Class
com.destroystokyo.paper.event.entity.EndermanEscapeEvent.Reason
Packages that use EndermanEscapeEvent.Reason
-
Uses of EndermanEscapeEvent.Reason in com.destroystokyo.paper.event.entity
Methods in com.destroystokyo.paper.event.entity that return EndermanEscapeEvent.ReasonModifier 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.Constructors in com.destroystokyo.paper.event.entity with parameters of type EndermanEscapeEvent.ReasonModifierConstructorDescriptionEndermanEscapeEvent
(@NotNull Enderman entity, @NotNull EndermanEscapeEvent.Reason reason)