Bukkit-API
1.7.9-R0.2
The inofficial Bukkit-API
|
Public Member Functions | |
Scoreboard | getMainScoreboard () |
Scoreboard | getNewScoreboard () |
Manager of Scoreboards
Definition at line 8 of file ScoreboardManager.java.
Scoreboard org.bukkit.scoreboard.ScoreboardManager.getMainScoreboard | ( | ) |
Gets the primary Scoreboard controlled by the server.
This Scoreboard is saved by the server, is affected by the /scoreboard command, and is the scoreboard shown by default to players.
Scoreboard org.bukkit.scoreboard.ScoreboardManager.getNewScoreboard | ( | ) |
Gets a new Scoreboard to be tracked by the server. This scoreboard will be tracked as long as a reference is kept, either by a player or by a plugin.