Class LegacyLocaleLine
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Stringvoidhide(@NotNull Collection<org.bukkit.entity.Player> players) @NotNull GlobalLineInfoinfo()@NotNull Stringprefix()voidvoidsendScore(@NotNull Collection<org.bukkit.entity.Player> players) voidshow(@NotNull Collection<org.bukkit.entity.Player> players) @NotNull Stringsuffix()@NotNull Collection<String> voidvoidvalue(@NotNull net.kyori.adventure.text.Component renderedComponent) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.megavex.scoreboardlibrary.implementation.packetAdapter.ImmutableTeamProperties
canSeeFriendlyInvisibles, collisionRule, friendlyFire, nameTagVisibility, packOptions, playerColor
-
Constructor Details
-
LegacyLocaleLine
-
-
Method Details
-
info
- Specified by:
infoin interfaceLocaleLine
-
displayName
- Specified by:
displayNamein interfacenet.megavex.scoreboardlibrary.implementation.packetAdapter.ImmutableTeamProperties<String>
-
prefix
- Specified by:
prefixin interfacenet.megavex.scoreboardlibrary.implementation.packetAdapter.ImmutableTeamProperties<String>
-
suffix
- Specified by:
suffixin interfacenet.megavex.scoreboardlibrary.implementation.packetAdapter.ImmutableTeamProperties<String>
-
syncedEntries
- Specified by:
syncedEntriesin interfacenet.megavex.scoreboardlibrary.implementation.packetAdapter.ImmutableTeamProperties<String>
-
value
public void value(@NotNull @NotNull net.kyori.adventure.text.Component renderedComponent) - Specified by:
valuein interfaceLocaleLine
-
updateTeam
public void updateTeam()- Specified by:
updateTeamin interfaceLocaleLine
-
resetOldPlayer
public void resetOldPlayer()- Specified by:
resetOldPlayerin interfaceLocaleLine
-
sendScore
- Specified by:
sendScorein interfaceLocaleLine
-
show
- Specified by:
showin interfaceLocaleLine
-
hide
- Specified by:
hidein interfaceLocaleLine
-