Class SidebarLineAnimated

java.lang.Object
com.andrei1058.spigot.sidebar.SidebarLine
com.andrei1058.spigot.sidebar.SidebarLineAnimated

public class SidebarLineAnimated extends SidebarLine
  • Constructor Details

    • SidebarLineAnimated

      public SidebarLineAnimated(String[] lines)
      Create an animated line. Every refresh will get the next line and then will repeat.
      Parameters:
      lines - lines.
  • Method Details

    • getLine

      @NotNull public @NotNull String getLine()
      Description copied from class: SidebarLine
      Get static message.
      Specified by:
      getLine in class SidebarLine
      Returns:
      message.
    • getLines

      public String[] getLines()