|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scoreboard | |
---|---|
org.bukkit.entity | Interfaces for non-voxel objects that can exist in a world , including all players, monsters, projectiles, etc. |
org.bukkit.scoreboard | Interfaces used to manage the client side score display system. |
Uses of Scoreboard in org.bukkit.entity |
---|
Methods in org.bukkit.entity that return Scoreboard | |
---|---|
Scoreboard |
Player.getScoreboard()
Gets the Scoreboard displayed to this player |
Methods in org.bukkit.entity with parameters of type Scoreboard | |
---|---|
void |
Player.setScoreboard(Scoreboard scoreboard)
Sets the player's visible Scoreboard. |
Uses of Scoreboard in org.bukkit.scoreboard |
---|
Methods in org.bukkit.scoreboard that return Scoreboard | |
---|---|
Scoreboard |
ScoreboardManager.getMainScoreboard()
Gets the primary Scoreboard controlled by the server. |
Scoreboard |
ScoreboardManager.getNewScoreboard()
Gets a new Scoreboard to be tracked by the server. |
Scoreboard |
Objective.getScoreboard()
Gets the scoreboard to which this objective is attached. |
Scoreboard |
Team.getScoreboard()
Gets the Scoreboard to which this team is attached |
Scoreboard |
Score.getScoreboard()
Gets the scoreboard for the associated objective. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |