| Package | Description | 
|---|---|
| org.bukkit.scoreboard | Interfaces used to manage the client side score display system. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Team | Scoreboard. getEntryTeam(String entry) | Gets a entries Team on this Scoreboard | 
| Team | Scoreboard. getPlayerTeam(OfflinePlayer player) | Deprecated.
 Scoreboards can contain entries that aren't players | 
| Team | Scoreboard. getTeam(String teamName) | Gets a Team by name on this Scoreboard | 
| Team | Scoreboard. registerNewTeam(String name) | Registers a Team on this Scoreboard | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Set<Team> | Scoreboard. getTeams() | Gets all teams on this Scoreboard | 
Copyright © 2020. All rights reserved.