Uses of Enum Class
com.palmergames.bukkit.towny.event.teleport.CancelledTownyTeleportEvent.CancelledTeleportReason
Packages that use CancelledTownyTeleportEvent.CancelledTeleportReason
Package
Description
-
Uses of CancelledTownyTeleportEvent.CancelledTeleportReason in com.palmergames.bukkit.towny
Methods in com.palmergames.bukkit.towny with parameters of type CancelledTownyTeleportEvent.CancelledTeleportReasonModifier and TypeMethodDescriptionvoidTownyAPI.abortTeleportRequest(Resident resident, CancelledTownyTeleportEvent.CancelledTeleportReason reason) -
Uses of CancelledTownyTeleportEvent.CancelledTeleportReason in com.palmergames.bukkit.towny.event.teleport
Methods in com.palmergames.bukkit.towny.event.teleport that return CancelledTownyTeleportEvent.CancelledTeleportReasonModifier and TypeMethodDescriptionCancelledTownyTeleportEvent.getReason()Returns the enum constant of this class with the specified name.CancelledTownyTeleportEvent.CancelledTeleportReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.palmergames.bukkit.towny.event.teleport with parameters of type CancelledTownyTeleportEvent.CancelledTeleportReasonModifierConstructorDescriptionCancelledTownyTeleportEvent(Resident resident, org.bukkit.Location location, double teleportCost, CancelledTownyTeleportEvent.CancelledTeleportReason reason) -
Uses of CancelledTownyTeleportEvent.CancelledTeleportReason in com.palmergames.bukkit.towny.tasks
Methods in com.palmergames.bukkit.towny.tasks with parameters of type CancelledTownyTeleportEvent.CancelledTeleportReasonModifier and TypeMethodDescriptionstatic booleanTeleportWarmupTimerTask.abortTeleportRequest(@Nullable Resident resident, CancelledTownyTeleportEvent.CancelledTeleportReason reason) Aborts the current active teleport request for the given resident.