Class CollectionSidebarAnimation<T>

java.lang.Object
net.megavex.scoreboardlibrary.api.sidebar.component.animation.CollectionSidebarAnimation<T>
Type Parameters:
T - frame type
All Implemented Interfaces:
FramedSidebarAnimation<T>, SidebarAnimation<T>

public final class CollectionSidebarAnimation<T> extends Object implements FramedSidebarAnimation<T>
Implementation of FramedSidebarAnimation using a predefined collection of frames.
  • Constructor Details

    • CollectionSidebarAnimation

      public CollectionSidebarAnimation(@NotNull @NotNull Collection<T> frames)
  • Method Details