org.bukkit.scoreboard
public interface ScoreboardManager
| Modifier and Type | Method and Description | 
|---|---|
Scoreboard | 
getMainScoreboard()
Gets the primary Scoreboard controlled by the server. 
 | 
Scoreboard | 
getNewScoreboard()
Gets a new Scoreboard to be tracked by the server. 
 | 
Scoreboard getMainScoreboard()
This Scoreboard is saved by the server, is affected by the /scoreboard command, and is the scoreboard shown by default to players.
Scoreboard getNewScoreboard()
WeakReferenceCopyright © 2014. All rights reserved.