Uses of Enum
me.block2block.hubparkour.api.events.player.ParkourPlayerTeleportEvent.TeleportReason
Packages that use ParkourPlayerTeleportEvent.TeleportReason
-
Uses of ParkourPlayerTeleportEvent.TeleportReason in me.block2block.hubparkour.api.events.player
Subclasses with type arguments of type ParkourPlayerTeleportEvent.TeleportReason in me.block2block.hubparkour.api.events.playerModifier and TypeClassDescriptionstatic enumThe reason of teleportMethods in me.block2block.hubparkour.api.events.player that return ParkourPlayerTeleportEvent.TeleportReasonModifier and TypeMethodDescriptionParkourPlayerTeleportEvent.getTeleportReason()Get reason of player teleportReturns the enum constant of this type with the specified name.ParkourPlayerTeleportEvent.TeleportReason.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in me.block2block.hubparkour.api.events.player with parameters of type ParkourPlayerTeleportEvent.TeleportReasonModifierConstructorDescriptionParkourPlayerTeleportEvent(IParkour parkour, IHubParkourPlayer player, PressurePlate pressurePlate, ParkourPlayerTeleportEvent.TeleportReason teleportReason)