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