Interface ObjectiveDisplaySlot
- All Known Implementing Classes:
ObjectiveDisplaySlot.BelowName,ObjectiveDisplaySlot.PlayerList,ObjectiveDisplaySlot.Sidebar,ObjectiveDisplaySlot.TeamSidebar
@NonExtendable
public interface ObjectiveDisplaySlot
Represents all valid display slots that objectives can be shown in.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic classstatic class -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic @NotNull ObjectiveDisplaySlot.BelowNamestatic @NotNull ObjectiveDisplaySlot.PlayerListstatic @NotNull ObjectiveDisplaySlot.Sidebarsidebar()static @NotNull ObjectiveDisplaySlot.TeamSidebarteamSidebar(@NotNull net.kyori.adventure.text.format.NamedTextColor teamColor)
-
Method Details
-
playerList
-
sidebar
-
belowName
-
teamSidebar
@NotNull static @NotNull ObjectiveDisplaySlot.TeamSidebar teamSidebar(@NotNull @NotNull net.kyori.adventure.text.format.NamedTextColor teamColor)
-