java.lang.Object
net.megavex.scoreboardlibrary.implementation.sidebar.line.locale.LegacyLocaleLine
All Implemented Interfaces:
net.megavex.scoreboardlibrary.implementation.packetAdapter.ImmutableTeamProperties<String>, LocaleLine

public class LegacyLocaleLine extends Object implements LocaleLine, net.megavex.scoreboardlibrary.implementation.packetAdapter.ImmutableTeamProperties<String>
  • Constructor Details

  • Method Details

    • info

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

      @NotNull public @NotNull String displayName()
      Specified by:
      displayName in interface net.megavex.scoreboardlibrary.implementation.packetAdapter.ImmutableTeamProperties<String>
    • prefix

      @NotNull public @NotNull String prefix()
      Specified by:
      prefix in interface net.megavex.scoreboardlibrary.implementation.packetAdapter.ImmutableTeamProperties<String>
    • suffix

      @NotNull public @NotNull String suffix()
      Specified by:
      suffix in interface net.megavex.scoreboardlibrary.implementation.packetAdapter.ImmutableTeamProperties<String>
    • entries

      @NotNull public @NotNull Collection<String> entries()
      Specified by:
      entries in interface net.megavex.scoreboardlibrary.implementation.packetAdapter.ImmutableTeamProperties<String>
    • 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
    • resetOldPlayer

      public void resetOldPlayer()
      Specified by:
      resetOldPlayer 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