PlayerTeleporter

class PlayerTeleporter(plugin: ImprovedFactionsPlugin, player: Player, titleKey: LocalizationKey, subtitleKey: LocalizationKey, onTeleport: () -> Unit, standStillMs: Long = 5000, playAnimation: Boolean = true) : BukkitRunnable

Constructors

Link copied to clipboard
constructor(plugin: ImprovedFactionsPlugin, player: Player, titleKey: LocalizationKey, subtitleKey: LocalizationKey, onTeleport: () -> Unit, standStillMs: Long = 5000, playAnimation: Boolean = true)

Functions

Link copied to clipboard
open override fun cancel()
Link copied to clipboard
open fun getTaskId(): Int
Link copied to clipboard
open fun isCancelled(): Boolean
Link copied to clipboard
open override fun run()
Link copied to clipboard
@NotNull
open fun runTask(@NotNull p0: Plugin): BukkitTask
Link copied to clipboard
@NotNull
open fun runTaskAsynchronously(@NotNull p0: Plugin): BukkitTask
Link copied to clipboard
@NotNull
open fun runTaskLater(@NotNull p0: Plugin, p1: Long): BukkitTask
Link copied to clipboard
@NotNull
open fun runTaskLaterAsynchronously(@NotNull p0: Plugin, p1: Long): BukkitTask
Link copied to clipboard
@NotNull
open fun runTaskTimer(@NotNull p0: Plugin, p1: Long, p2: Long): BukkitTask
Link copied to clipboard
@NotNull
open fun runTaskTimerAsynchronously(@NotNull p0: Plugin, p1: Long, p2: Long): BukkitTask
Link copied to clipboard