Uses of Enum Class
org.purpurmc.purpur.event.entity.EntityTeleportHinderedEvent.Reason
-
Uses of EntityTeleportHinderedEvent.Reason in org.purpurmc.purpur.event.entity
Modifier and TypeMethodDescriptionEntityTeleportHinderedEvent.getReason()
Returns the enum constant of this class with the specified name.static EntityTeleportHinderedEvent.Reason[]
EntityTeleportHinderedEvent.Reason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionEntityTeleportHinderedEvent
(Entity what, EntityTeleportHinderedEvent.Reason reason, @Nullable PlayerTeleportEvent.TeleportCause teleportCause)