Class ModernLocaleLine
java.lang.Object
net.megavex.scoreboardlibrary.implementation.sidebar.line.locale.ModernLocaleLine
- All Implemented Interfaces:
ImmutableTeamProperties<net.kyori.adventure.text.Component>, LocaleLine
public final class ModernLocaleLine
extends Object
implements LocaleLine, ImmutableTeamProperties<net.kyori.adventure.text.Component>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull net.kyori.adventure.text.Componentvoidhide(@NotNull Collection<org.bukkit.entity.Player> players) @NotNull GlobalLineInfoinfo()@NotNull net.kyori.adventure.text.Componentprefix()voidsendScore(@NotNull Collection<org.bukkit.entity.Player> players) voidshow(@NotNull Collection<org.bukkit.entity.Player> players) @NotNull net.kyori.adventure.text.Componentsuffix()@NotNull Collection<String> voidvoidvalue(@NotNull net.kyori.adventure.text.Component renderedComponent) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ImmutableTeamProperties
canSeeFriendlyInvisibles, collisionRule, friendlyFire, nameTagVisibility, packOptions, playerColorMethods inherited from interface LocaleLine
resetOldPlayer
-
Constructor Details
-
ModernLocaleLine
-
-
Method Details
-
info
- Specified by:
infoin interfaceLocaleLine
-
value
public void value(@NotNull @NotNull net.kyori.adventure.text.Component renderedComponent) - Specified by:
valuein interfaceLocaleLine
-
updateTeam
public void updateTeam()- Specified by:
updateTeamin interfaceLocaleLine
-
sendScore
- Specified by:
sendScorein interfaceLocaleLine
-
show
- Specified by:
showin interfaceLocaleLine
-
hide
- Specified by:
hidein interfaceLocaleLine
-
syncedEntries
- Specified by:
syncedEntriesin interfaceImmutableTeamProperties<net.kyori.adventure.text.Component>
-
displayName
@NotNull public @NotNull net.kyori.adventure.text.Component displayName()- Specified by:
displayNamein interfaceImmutableTeamProperties<net.kyori.adventure.text.Component>
-
prefix
@NotNull public @NotNull net.kyori.adventure.text.Component prefix()- Specified by:
prefixin interfaceImmutableTeamProperties<net.kyori.adventure.text.Component>
-
suffix
@NotNull public @NotNull net.kyori.adventure.text.Component suffix()- Specified by:
suffixin interfaceImmutableTeamProperties<net.kyori.adventure.text.Component>
-