addAnimation

abstract fun addAnimation(id: String, animation: Animation)

Adds an animation to the plugin.

Since

2.0.0

Parameters

id

The id of the animation (case-insensitive).

animation

The animation to be added.

Sources

Link copied to clipboard