|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Team | |
---|---|
com.webstersmalley.chessweb.model | |
com.webstersmalley.chessweb.model.pieces |
Uses of Team in com.webstersmalley.chessweb.model |
---|
Fields in com.webstersmalley.chessweb.model declared as Team | |
---|---|
static Team |
Team.BLACK
Black team. |
static Team |
Team.WHITE
White team. |
Methods in com.webstersmalley.chessweb.model that return Team | |
---|---|
Team |
Board.getNextTurn()
|
Team |
Piece.getTeam()
|
Methods in com.webstersmalley.chessweb.model with parameters of type Team | |
---|---|
void |
Board.setNextTurn(Team nextTurn)
|
void |
Piece.setTeam(Team team)
|
Constructors in com.webstersmalley.chessweb.model with parameters of type Team | |
---|---|
Piece(Team team)
Constructs a new Piece. |
Uses of Team in com.webstersmalley.chessweb.model.pieces |
---|
Constructors in com.webstersmalley.chessweb.model.pieces with parameters of type Team | |
---|---|
Bishop(Team team)
Constructs the Bishop. |
|
King(Team team)
Constructs the King. |
|
Knight(Team team)
Constructs the Knight. |
|
Pawn(Team team)
Constructs the Pawn. |
|
Queen(Team team)
Constructs the Queen. |
|
Rook(Team team)
Constructs the Rook. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |