PlayerJumpEvent

@Since(version = "2.2")
class PlayerJumpEvent(val player: Player) : Event

This event is called when a player jumps.

Constructors

Link copied to clipboard
constructor(player: Player)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val player: Player

Functions

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