AnimationEventHandler

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@ApiStatus.Internal
open fun animationRemove()
Link copied to clipboard
@NotNull
open fun onAnimationRemove(@NotNull runnable: @NotNull Runnable): @NotNull AnimationEventHandler
Link copied to clipboard
@NotNull
open fun onStateCreated(@NotNull consumer: @NotNull Consumer<UUID>): @NotNull AnimationEventHandler
Link copied to clipboard
@NotNull
open fun onStateRemoved(@NotNull consumer: @NotNull Consumer<UUID>): @NotNull AnimationEventHandler
Link copied to clipboard
@NotNull
open fun start(): @NotNull AnimationEventHandler
Link copied to clipboard
@ApiStatus.Internal
open fun stateCreated(@NotNull uuid: @NotNull UUID)
Link copied to clipboard
@ApiStatus.Internal
open fun stateRemoved(@NotNull uuid: @NotNull UUID)