java.lang.Object
net.megavex.scoreboardlibrary.implementation.sidebar.line.LocaleLineHandler

public class LocaleLineHandler extends Object
  • Constructor Details

    • LocaleLineHandler

      public LocaleLineHandler(@NotNull @NotNull AbstractSidebar sidebar, @NotNull @NotNull Locale locale)
  • Method Details

    • sidebar

      @NotNull public @NotNull AbstractSidebar sidebar()
    • locale

      @NotNull public @NotNull Locale locale()
    • hasPlayers

      public boolean hasPlayers()
    • addPlayer

      public void addPlayer(@NotNull @NotNull org.bukkit.entity.Player player)
    • removePlayer

      public void removePlayer(@NotNull @NotNull org.bukkit.entity.Player player)
    • lineHandler

      @NotNull public @NotNull SidebarLineHandler lineHandler(@NotNull @NotNull net.megavex.scoreboardlibrary.implementation.commons.LineRenderingStrategy lineType)
    • updateScoreFormat

      public void updateScoreFormat(int lineIndex)
    • updateLine

      public void updateLine(int lineIndex, net.kyori.adventure.text.Component renderedValue)
    • updateScores

      public void updateScores()
    • show

      public void show(org.bukkit.entity.Player player)
    • hide

      public void hide(org.bukkit.entity.Player player)
    • hide

      public void hide()