Uses of Class
net.craftions.api.game.Team
- 
Packages that use Team Package Description net.craftions.api.game net.craftions.api.game.util 
- 
- 
Uses of Team in net.craftions.api.gameMethods in net.craftions.api.game that return Team Modifier and Type Method Description TeamGame. getPlayerTeam(org.bukkit.entity.Player p)Methods in net.craftions.api.game that return types with arguments of type Team Modifier and Type Method Description ArrayList<Team>Game. getTeams()Methods in net.craftions.api.game with parameters of type Team Modifier and Type Method Description voidGame. addTeam(Team team)
- 
Uses of Team in net.craftions.api.game.utilMethods in net.craftions.api.game.util that return Team Modifier and Type Method Description TeamTeamBuilder. build()Methods in net.craftions.api.game.util with parameters of type Team Modifier and Type Method Description GameBuilderGameBuilder. addTeam(Team t)
 
-