|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Move | |
---|---|
com.webstersmalley.chessweb.model | |
com.webstersmalley.chessweb.model.pieces |
Uses of Move in com.webstersmalley.chessweb.model |
---|
Methods in com.webstersmalley.chessweb.model with parameters of type Move | |
---|---|
void |
MoveHistory.addMove(Move move)
Adds a move to the history. |
void |
Board.movePiece(Move move)
Move a piece from one position to another. |
abstract void |
Piece.validateDirection(Move move,
Board board)
Validate a direction. |
void |
Piece.validateMove(Move move,
Board board)
Validate a move. |
void |
Piece.validateTake(Move move,
Board board)
Validate a take. |
Uses of Move in com.webstersmalley.chessweb.model.pieces |
---|
Methods in com.webstersmalley.chessweb.model.pieces with parameters of type Move | |
---|---|
void |
Rook.validateDirection(Move move,
Board board)
Validates the direction. |
void |
Queen.validateDirection(Move move,
Board board)
Validates the direction. |
void |
Pawn.validateDirection(Move move,
Board board)
Validates the direction. |
void |
Knight.validateDirection(Move move,
Board board)
Validates the direction. |
void |
King.validateDirection(Move move,
Board board)
Validates the direction. |
void |
Bishop.validateDirection(Move move,
Board board)
Validates the direction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |