public final class TeamID
extends java.lang.Object
STOP! Do not modify this file. Changes will be overwritten during official grading.
| Modifier and Type | Field and Description | 
|---|---|
static int | 
MAX_TEAM
The largest valid team ID (inclusive). 
 | 
static int | 
MIN_TEAM
The smallest valid (non-observer) team ID. 
 | 
static int | 
NUM_TEAMS
How many teams there can be in a game. 
 | 
static int | 
OBSERVER
An observer, not actually playing. 
 | 
static int | 
TEAM_BLUE
A player on the blue team. 
 | 
static int | 
TEAM_GREEN
A player on the green team. 
 | 
static int | 
TEAM_RED
A player on the red team. 
 | 
static int | 
TEAM_YELLOW
A player on the yellow team. 
 | 
| Constructor and Description | 
|---|
TeamID()  | 
public static final int MAX_TEAM
public static final int MIN_TEAM
public static final int NUM_TEAMS
public static final int OBSERVER
public static final int TEAM_BLUE
public static final int TEAM_GREEN
public static final int TEAM_RED
public static final int TEAM_YELLOW