|
My Project
|
Public Member Functions | |
| ChessSpot (int x, int y, ChessPiece chessPieceOccupying) | |
| ChessSpot (int x, int y) | |
| boolean | isOccupied () |
| int | getX () |
| int | getY () |
| ChessPiece | getOccupyingChessPiece () |
| void | changeOccupancyToEmpty () |
| void | changeOccupancy (ChessPiece chessPiece) |
1.8.14