Uses of Interface
org.bukkit.scoreboard.Team

Packages that use Team
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
 Team Scoreboard.getPlayerTeam(OfflinePlayer player)
          Gets a player's Team on this Scoreboard
 Team Scoreboard.getTeam(String teamName)
          Gets a Team by name on this Scoreboard
 Team Scoreboard.registerNewTeam(String name)
          Registers a Team on this Scoreboard
 

Methods in org.bukkit.scoreboard that return types with arguments of type Team
 Set<Team> Scoreboard.getTeams()
          Gets all teams on this Scoreboard
 



Copyright © 2014. All rights reserved.