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.game
Methods in net.craftions.api.game that return Team Modifier and Type Method Description Team
Game. 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 void
Game. addTeam(Team team)
-
Uses of Team in net.craftions.api.game.util
Methods in net.craftions.api.game.util that return Team Modifier and Type Method Description Team
TeamBuilder. build()
Methods in net.craftions.api.game.util with parameters of type Team Modifier and Type Method Description GameBuilder
GameBuilder. addTeam(Team t)
-