Interface IPlayable

All Superinterfaces:
Supplier<UUID>
All Known Implementing Classes:
KeyframeAnimation

public interface IPlayable extends Supplier<UUID>
Animation that can be stored in animation registry. It has a function to create a player
  • Method Details

    • playAnimation

      @NotNull @NotNull IActualAnimation<?> playAnimation()
    • getName

      @NotNull @NotNull String getName()