PlayerPerAnimationStartEvent

Triggered when a per-player animation sequence starts.

This event signifies that a specific animation is beginning to play for only one player.

Since

2.0.0

Parameters

tracker

the tracker playing the animation

player

the player viewing the animation

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun call(): Boolean
Dispatches this event to the global event bus.
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String