Uses of Class
at.setup_studios.mc_milsim.gameplay.player.Team
Packages that use Team
Package
Description
-
Uses of Team in at.setup_studios.mc_milsim.commands
Methods in at.setup_studios.mc_milsim.commands that return TeamModifier and TypeMethodDescriptionstatic Team
CommandHelper.findTeamByName
(String name) Finds a team by its name. -
Uses of Team in at.setup_studios.mc_milsim.gameplay
Methods in at.setup_studios.mc_milsim.gameplay that return TeamModifier and TypeMethodDescriptionstatic Team
GameplayManager.teamWithLowestCount
(ArrayList<Team> teamList) Finds the team with the lowest number of players.Methods in at.setup_studios.mc_milsim.gameplay that return types with arguments of type TeamModifier and TypeMethodDescriptionGameplayManager.getTeamList()
Gets the list of all teams in the game.Methods in at.setup_studios.mc_milsim.gameplay with parameters of type TeamModifier and TypeMethodDescriptionstatic void
GameplayManager.addPlayerToTeam
(ModPlayer player, Team newTeam) Adds a player to a specified team, handling their removal from any previous team.static void
GameplayManager.deleteTeam
(Team team) Deletes a team and properly handles removal of all its players.Method parameters in at.setup_studios.mc_milsim.gameplay with type arguments of type TeamModifier and TypeMethodDescriptionstatic Team
GameplayManager.teamWithLowestCount
(ArrayList<Team> teamList) Finds the team with the lowest number of players. -
Uses of Team in at.setup_studios.mc_milsim.gameplay.player
Methods in at.setup_studios.mc_milsim.gameplay.player that return TeamMethods in at.setup_studios.mc_milsim.gameplay.player with parameters of type Team