AnimationSignalEvent

Triggered when an animation script emits a signal.

This event allows plugins/mods to react to custom signals defined within BlockBench animations.

Since

2.0.0

Parameters

player

the player associated with the animation

signal

the signal

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