Class ModernLocaleLine
java.lang.Object
net.megavex.scoreboardlibrary.implementation.sidebar.line.locale.ModernLocaleLine
- All Implemented Interfaces:
net.megavex.scoreboardlibrary.implementation.packetAdapter.ImmutableTeamProperties<net.kyori.adventure.text.Component>,LocaleLine
public class ModernLocaleLine
extends Object
implements LocaleLine, net.megavex.scoreboardlibrary.implementation.packetAdapter.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 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, playerColorMethods inherited from interface net.megavex.scoreboardlibrary.implementation.sidebar.line.locale.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 interfacenet.megavex.scoreboardlibrary.implementation.packetAdapter.ImmutableTeamProperties<net.kyori.adventure.text.Component>
-
displayName
@NotNull public @NotNull net.kyori.adventure.text.Component displayName()- Specified by:
displayNamein interfacenet.megavex.scoreboardlibrary.implementation.packetAdapter.ImmutableTeamProperties<net.kyori.adventure.text.Component>
-
prefix
@NotNull public @NotNull net.kyori.adventure.text.Component prefix()- Specified by:
prefixin interfacenet.megavex.scoreboardlibrary.implementation.packetAdapter.ImmutableTeamProperties<net.kyori.adventure.text.Component>
-
suffix
@NotNull public @NotNull net.kyori.adventure.text.Component suffix()- Specified by:
suffixin interfacenet.megavex.scoreboardlibrary.implementation.packetAdapter.ImmutableTeamProperties<net.kyori.adventure.text.Component>
-