Index
All Classes and Interfaces|All Packages
A
- add(Player) - Method in interface com.andrei1058.spigot.sidebar.PlayerTab
-
Add a player to tab-list formatting.
- add(Player) - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Apply scoreboard to a player.
- addLine(SidebarLine) - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Add a new line to the scoreboard.
- addPlaceholder(PlaceholderProvider) - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Add a new placeholder provider for sidebar lines.
- ALWAYS - Enum constant in enum com.andrei1058.spigot.sidebar.PlayerTab.NameTagVisibility
- ALWAYS - Enum constant in enum com.andrei1058.spigot.sidebar.PlayerTab.PushingRule
C
- clearLines() - Method in interface com.andrei1058.spigot.sidebar.Sidebar
- com.andrei1058.spigot.sidebar - package com.andrei1058.spigot.sidebar
- createSidebar(SidebarLine, Collection<SidebarLine>, Collection<PlaceholderProvider>) - Method in class com.andrei1058.spigot.sidebar.SidebarManager
-
Create a new sidebar.
E
- equals(Object) - Method in class com.andrei1058.spigot.sidebar.PlaceholderProvider
G
- getInstance() - Static method in class com.andrei1058.spigot.sidebar.SidebarManager
- getLine() - Method in class com.andrei1058.spigot.sidebar.SidebarLine
-
Get static message.
- getLine() - Method in class com.andrei1058.spigot.sidebar.SidebarLineAnimated
- getLines() - Method in class com.andrei1058.spigot.sidebar.SidebarLineAnimated
- getPlaceholder() - Method in class com.andrei1058.spigot.sidebar.PlaceholderProvider
- getPlaceholders() - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Get placeholder providers list.
- getReplacement() - Method in class com.andrei1058.spigot.sidebar.PlaceholderProvider
- getSubject() - Method in interface com.andrei1058.spigot.sidebar.PlayerTab
-
Get PAPI user used for placeholder replacements.
H
- hashCode() - Method in class com.andrei1058.spigot.sidebar.PlaceholderProvider
- HIDE_FOR_OTHER_TEAMS - Enum constant in enum com.andrei1058.spigot.sidebar.PlayerTab.NameTagVisibility
- HIDE_FOR_OWN_TEAM - Enum constant in enum com.andrei1058.spigot.sidebar.PlayerTab.NameTagVisibility
- hidePlayersHealth() - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Hide players health previously shown with
Sidebar.showPlayersHealth(SidebarLine, boolean)
.
I
- init() - Static method in class com.andrei1058.spigot.sidebar.SidebarManager
-
Initialize sidebar manager.
- isHasPlaceholders() - Method in class com.andrei1058.spigot.sidebar.SidebarLine
L
- lineCount() - Method in interface com.andrei1058.spigot.sidebar.Sidebar
N
- NEVER - Enum constant in enum com.andrei1058.spigot.sidebar.PlayerTab.NameTagVisibility
- NEVER - Enum constant in enum com.andrei1058.spigot.sidebar.PlayerTab.PushingRule
P
- PlaceholderProvider - Class in com.andrei1058.spigot.sidebar
- PlaceholderProvider(String, Callable<String>) - Constructor for class com.andrei1058.spigot.sidebar.PlaceholderProvider
-
Create a placeholder provider.
- playerHealthRefreshAnimation() - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Refresh bellow player-name animations (if making use of
SidebarLineAnimated
) and if health is displayed viaSidebar.showPlayersHealth(SidebarLine, boolean)
. - PlayerTab - Interface in com.andrei1058.spigot.sidebar
- PlayerTab.NameTagVisibility - Enum in com.andrei1058.spigot.sidebar
- PlayerTab.PushingRule - Enum in com.andrei1058.spigot.sidebar
- playerTabCreate(String, Player, SidebarLine, SidebarLine, PlayerTab.PushingRule) - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Create a new tab list layout group.
- playerTabRefreshAnimation() - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Refresh tab-list animations (if making use of
SidebarLineAnimated
). - PUSH_OTHER_TEAMS - Enum constant in enum com.andrei1058.spigot.sidebar.PlayerTab.PushingRule
- PUSH_OWN_TEAM - Enum constant in enum com.andrei1058.spigot.sidebar.PlayerTab.PushingRule
R
- refreshAnimatedLines() - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Refresh animated lines.
- refreshPlaceholders() - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Refresh scoreboard placeholders.
- refreshTitle() - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Refresh scoreboard title.
- remove(Player) - Method in interface com.andrei1058.spigot.sidebar.PlayerTab
-
Remove the given player from tab-list formatting.
- remove(Player) - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
It is very important to call this when a player logs out or before deleting a scoreboard.
- removeLine(int) - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Remove a line from the scoreboard.
- removePlaceholder(String) - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Remove a placeholder.
- removeTab(String) - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Remove tab group form tab list by identifier.
S
- sendHeaderFooter(Player, String, String) - Method in class com.andrei1058.spigot.sidebar.SidebarManager
-
Set a user header and footer in TAB.
- setHasPlaceholders(boolean) - Method in class com.andrei1058.spigot.sidebar.SidebarLine
-
Toggle placeholders verification.
- setLine(SidebarLine, int) - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Set a line content.
- setNameTagVisibility(PlayerTab.NameTagVisibility) - Method in interface com.andrei1058.spigot.sidebar.PlayerTab
-
Set name-tag visibility for current team.
- setPlayerHealth(Player, int) - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Update player health if shown with
Sidebar.showPlayersHealth(SidebarLine, boolean)
. - setPushingRule(PlayerTab.PushingRule) - Method in interface com.andrei1058.spigot.sidebar.PlayerTab
-
Set pushing rule for current team.
- setSubject(Player) - Method in interface com.andrei1058.spigot.sidebar.PlayerTab
-
PAPI subject.
- setTitle(SidebarLine) - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Set scoreboard title.
- showPlayersHealth(SidebarLine, boolean) - Method in interface com.andrei1058.spigot.sidebar.Sidebar
-
Show players name.
- Sidebar - Interface in com.andrei1058.spigot.sidebar
- SidebarLine - Class in com.andrei1058.spigot.sidebar
- SidebarLine() - Constructor for class com.andrei1058.spigot.sidebar.SidebarLine
- SidebarLineAnimated - Class in com.andrei1058.spigot.sidebar
- SidebarLineAnimated(String[]) - Constructor for class com.andrei1058.spigot.sidebar.SidebarLineAnimated
-
Create an animated line.
- SidebarManager - Class in com.andrei1058.spigot.sidebar
- SidebarManager() - Constructor for class com.andrei1058.spigot.sidebar.SidebarManager
- SidebarProvider - Class in com.andrei1058.spigot.sidebar
- SidebarProvider() - Constructor for class com.andrei1058.spigot.sidebar.SidebarProvider
V
- valueOf(String) - Static method in enum com.andrei1058.spigot.sidebar.PlayerTab.NameTagVisibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.andrei1058.spigot.sidebar.PlayerTab.PushingRule
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.andrei1058.spigot.sidebar.PlayerTab.NameTagVisibility
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.andrei1058.spigot.sidebar.PlayerTab.PushingRule
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages