All Known Implementing Classes:
LegacyLocaleLine, ModernLocaleLine, PostModernLocaleLine

public interface LocaleLine
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    hide(@NotNull Collection<org.bukkit.entity.Player> players)
     
     
    default void
     
    void
    sendScore(@NotNull Collection<org.bukkit.entity.Player> players)
     
    void
    show(@NotNull Collection<org.bukkit.entity.Player> players)
     
    void
     
    void
    value(@NotNull net.kyori.adventure.text.Component renderedComponent)
     
  • Method Details

    • info

      @NotNull @NotNull GlobalLineInfo info()
    • value

      void value(@NotNull @NotNull net.kyori.adventure.text.Component renderedComponent)
    • updateTeam

      void updateTeam()
    • resetOldPlayer

      default void resetOldPlayer()
    • sendScore

      void sendScore(@NotNull @NotNull Collection<org.bukkit.entity.Player> players)
    • show

      void show(@NotNull @NotNull Collection<org.bukkit.entity.Player> players)
    • hide

      void hide(@NotNull @NotNull Collection<org.bukkit.entity.Player> players)