Modifier and Type | Field and Description |
---|---|
PinballEngine.Team |
PinballEngine.Turn.team |
Modifier and Type | Method and Description |
---|---|
static PinballEngine.Team |
PinballEngine.Team.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PinballEngine.Team[] |
PinballEngine.Team.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Position.convertToRenderingPosition(PinballEngine.Team team) |
void |
IPlayer.init(PinballEngine.Team team)
Called once per game, prior to the first turn.
|
Constructor and Description |
---|
TowerPiece(PinballEngine.Team team,
int x,
int y,
int collisions) |
Turn(int turn,
PinballEngine.Team team,
int collisions,
PinballEngine.TeamType[][] board) |