Uses of Interface
org.bukkit.scoreboard.Team
| Package | Description |
|---|---|
| org.bukkit.scoreboard |
Interfaces used to manage the client side score display system.
|
-
Uses of Team in org.bukkit.scoreboard
Methods in org.bukkit.scoreboard that return Team Modifier and Type Method Description TeamScoreboard. getEntryTeam(java.lang.String entry)Gets a entries Team on this ScoreboardTeamScoreboard. getPlayerTeam(OfflinePlayer player)Deprecated.Scoreboards can contain entries that aren't playersTeamScoreboard. getTeam(java.lang.String teamName)Gets a Team by name on this ScoreboardTeamScoreboard. registerNewTeam(java.lang.String name)Registers a Team on this ScoreboardMethods in org.bukkit.scoreboard that return types with arguments of type Team Modifier and Type Method Description java.util.Set<Team>Scoreboard. getTeams()Gets all teams on this Scoreboard