| Package | Description | 
|---|---|
| org.bukkit | The root package of the Bukkit API, contains generalized API classes. | 
| 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. | 
| Class | Description | 
|---|---|
| ScoreboardManager | Manager of Scoreboards | 
| Class | Description | 
|---|---|
| Scoreboard | A scoreboard | 
| Class | Description | 
|---|---|
| DisplaySlot | Locations for displaying objectives to the player | 
| NameTagVisibility | Deprecated.
 replaced by  Team.OptionStatus | 
| Objective | An objective on a scoreboard that can show scores specific to entries. | 
| RenderType | Controls the way in which an  Objectiveis rendered client side. | 
| Score | |
| Scoreboard | A scoreboard | 
| Team | A team on a scoreboard that has a common display theme and other
 properties. | 
| Team.Option | Represents an option which may be applied to this team. | 
| Team.OptionStatus | How an option may be applied to members of this team. | 
Copyright © 2020. All rights reserved.