Class GameTeamSelector

java.lang.Object
xericker.arenalegends.core.player.team.GameTeamSelector

public class GameTeamSelector extends Object
  • Constructor Details

    • GameTeamSelector

      public GameTeamSelector(Game game)
  • Method Details

    • getPlayers

      public List<org.bukkit.entity.Player> getPlayers(TeamType teamType)
    • getSize

      public int getSize()
    • getTeams

      public List<TeamType> getTeams()
    • isFull

      public boolean isFull(TeamType teamType)
    • contains

      public boolean contains(org.bukkit.entity.Player player, TeamType teamType)
    • add

      public void add(org.bukkit.entity.Player player, TeamType teamType)
    • remove

      public void remove(org.bukkit.entity.Player player)