| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
@NotNull Scoreboard | 
Player.getScoreboard()
Gets the Scoreboard displayed to this player 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Player.setScoreboard(@NotNull Scoreboard scoreboard)
Sets the player's visible Scoreboard. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
@NotNull Scoreboard | 
ScoreboardManager.getMainScoreboard()
Gets the primary Scoreboard controlled by the server. 
 | 
@NotNull Scoreboard | 
ScoreboardManager.getNewScoreboard()
Gets a new Scoreboard to be tracked by the server. 
 | 
@Nullable Scoreboard | 
Objective.getScoreboard()
Gets the scoreboard to which this objective is attached. 
 | 
@Nullable Scoreboard | 
Score.getScoreboard()
Gets the scoreboard for the associated objective. 
 | 
@Nullable Scoreboard | 
Team.getScoreboard()
Gets the Scoreboard to which this team is attached 
 | 
Copyright © 2021. All rights reserved.