ModuCoreTeleportToSpawnEvent

class ModuCoreTeleportToSpawnEvent(val player: Player, val spawnLocation: Location) : ModuCoreEvent

Constructors

Link copied to clipboard
fun ModuCoreTeleportToSpawnEvent(player: Player, spawnLocation: Location)

Functions

Link copied to clipboard
open fun callEvent(): Boolean
Link copied to clipboard
@NotNull
open fun getEventName(): @NotNull String
Link copied to clipboard
open override fun getHandlers(): HandlerList
Link copied to clipboard
fun isAsynchronous(): Boolean

Properties

Link copied to clipboard
val player: Player
Link copied to clipboard
val spawnLocation: Location