| Package | Description | 
|---|---|
| org.bukkit.scoreboard | 
 Interfaces used to manage the client side score display system. 
 | 
| Modifier and Type | Method and 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 and Description | 
|---|---|
Set<Team> | 
Scoreboard.getTeams()
Gets all teams on this Scoreboard 
 | 
Copyright © 2021. All rights reserved.