public class Sidebar extends ScoreboardBar
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<SidebarLine> |
lines
The lines of the Sidebar (0-14)
|
active, currentData, hidePacket, loaded, showPacket, teamNamePrefix
Constructor and Description |
---|
Sidebar()
Default sidebar constructor
|
Modifier and Type | Method and Description |
---|---|
void |
hideLine(int line) |
boolean |
isShown(int line) |
void |
setLine(int line,
java.lang.String text) |
void |
setNumber(int line,
int number) |
void |
showLine(int line) |
activate, deActivate, drop, getDisplayMode, getTitle, isActive, isLoaded, isVisible, load, setDisplayMode, setTitle, setVisible, unload, update
public final java.util.ArrayList<SidebarLine> lines