class TeamID
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static int |
MAX_TEAM
The largest valid team ID.
|
(package private) static int |
MIN_TEAM
The smallest valid (non-observer) team ID.
|
(package private) static int |
NUM_TEAMS
How many teams there can be in a game.
|
(package private) static int |
OBSERVER
An observer, not actually playing.
|
(package private) static int |
TEAM_BLUE
A player on the blue team.
|
(package private) static int |
TEAM_GREEN
A player on the green team.
|
(package private) static int |
TEAM_RED
A player on the red team.
|
(package private) static int |
TEAM_YELLOW
A player on the yellow team.
|
Constructor and Description |
---|
TeamID() |
static final int MAX_TEAM
static final int MIN_TEAM
static final int NUM_TEAMS
static final int OBSERVER
static final int TEAM_BLUE
static final int TEAM_GREEN
static final int TEAM_RED
static final int TEAM_YELLOW