Uses of Enum Class
org.purpurmc.purpur.event.entity.EntityTeleportHinderedEvent.Reason
Packages that use EntityTeleportHinderedEvent.Reason
-
Uses of EntityTeleportHinderedEvent.Reason in org.purpurmc.purpur.event.entity
Methods in org.purpurmc.purpur.event.entity that return EntityTeleportHinderedEvent.ReasonModifier 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.Constructors in org.purpurmc.purpur.event.entity with parameters of type EntityTeleportHinderedEvent.ReasonModifierConstructorDescriptionEntityTeleportHinderedEvent
(Entity what, EntityTeleportHinderedEvent.Reason reason, @Nullable PlayerTeleportEvent.TeleportCause teleportCause)