java.lang.Object
net.megavex.scoreboardlibrary.implementation.sidebar.line.locale.PostModernLocaleLine
All Implemented Interfaces:
LocaleLine

public class PostModernLocaleLine extends Object implements LocaleLine
  • Constructor Details

  • Method Details

    • info

      @NotNull public @NotNull GlobalLineInfo info()
      Specified by:
      info in interface LocaleLine
    • value

      public void value(@NotNull @NotNull net.kyori.adventure.text.Component renderedComponent)
      Specified by:
      value in interface LocaleLine
    • updateTeam

      public void updateTeam()
      Specified by:
      updateTeam in interface LocaleLine
    • sendScore

      public void sendScore(@NotNull @NotNull Collection<org.bukkit.entity.Player> players)
      Specified by:
      sendScore in interface LocaleLine
    • show

      public void show(@NotNull @NotNull Collection<org.bukkit.entity.Player> players)
      Specified by:
      show in interface LocaleLine
    • hide

      public void hide(@NotNull @NotNull Collection<org.bukkit.entity.Player> players)
      Specified by:
      hide in interface LocaleLine