public class SurvivalScoreboard extends BaseScoreboard
rowStrings| Constructor and Description |
|---|
SurvivalScoreboard(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() |
getScoreboardpublic SurvivalScoreboard(org.bukkit.entity.Player player)
player - The player who should receive the scoreboard.public java.lang.String getTitleText()
getTitleText in class BaseScoreboardpublic void fillScoreboard(org.bukkit.entity.Player player)
fillScoreboard in class BaseScoreboardplayer - The player who should receive the scoreboard.