Uses of Class
com.andrei1058.spigot.sidebar.SidebarLine
-
Uses of SidebarLine in com.andrei1058.spigot.sidebar
Subclasses of SidebarLine in com.andrei1058.spigot.sidebarMethods in com.andrei1058.spigot.sidebar with parameters of type SidebarLineModifier and TypeMethodDescriptionvoid
Sidebar.addLine
(SidebarLine sidebarLine) Add a new line to the scoreboard.SidebarManager.createSidebar
(SidebarLine title, @NotNull Collection<SidebarLine> lines, Collection<PlaceholderProvider> placeholderProviders) Create a new sidebar.Sidebar.playerTabCreate
(String identifier, @Nullable org.bukkit.entity.Player player, SidebarLine prefix, SidebarLine suffix, PlayerTab.PushingRule pushingRule) Create a new tab list layout group.void
Sidebar.setLine
(SidebarLine sidebarLine, int line) Set a line content.void
Sidebar.setTitle
(SidebarLine title) Set scoreboard title.void
Sidebar.showPlayersHealth
(SidebarLine displayName, boolean list) Show players name.Method parameters in com.andrei1058.spigot.sidebar with type arguments of type SidebarLineModifier and TypeMethodDescriptionSidebarManager.createSidebar
(SidebarLine title, @NotNull Collection<SidebarLine> lines, Collection<PlaceholderProvider> placeholderProviders) Create a new sidebar.