| Package | Description | 
|---|---|
| org.bukkit.scoreboard | Interfaces used to manage the client side score display system. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Team | Scoreboard. getEntryTeam(java.lang.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(java.lang.String teamName) | Gets a Team by name on this Scoreboard | 
| Team | Scoreboard. registerNewTeam(java.lang.String name) | Registers a Team on this Scoreboard | 
| Modifier and Type | Method | Description | 
|---|---|---|
| java.util.Set<Team> | Scoreboard. getTeams() | Gets all teams on this Scoreboard | 
Copyright © 2018. All rights reserved.