public class HubScoreboard extends BaseScoreboard
rowStrings
Constructor and Description |
---|
HubScoreboard(org.bukkit.entity.Player player)
Initializes the scoreboard and fills it with data.
|
Modifier and Type | Method and Description |
---|---|
void |
fillScoreboard(org.bukkit.entity.Player player)
Fills the scoreboard with entries for the given player
|
java.lang.String |
getTitleText() |
getScoreboard
public HubScoreboard(org.bukkit.entity.Player player)
player
- The player who should receive the scoreboard.public java.lang.String getTitleText()
getTitleText
in class BaseScoreboard
public void fillScoreboard(org.bukkit.entity.Player player)
fillScoreboard
in class BaseScoreboard
player
- The player who should receive the scoreboard.