| Package | Description |
|---|---|
| org.alcibiade.chess.model | |
| org.alcibiade.chess.model.boardupdates | |
| org.alcibiade.chess.rules |
| Modifier and Type | Method and Description |
|---|---|
ChessPiece |
ChessPosition.getPiece(ChessBoardCoord coord) |
ChessPiece |
ChessBoardModel.getPiece(ChessBoardCoord coord) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChessBoardModel.setPiece(ChessBoardCoord coord,
ChessPiece piece) |
| Modifier and Type | Method and Description |
|---|---|
ChessPiece |
PieceUpdateAdd.getPiece() |
| Constructor and Description |
|---|
PieceUpdateAdd(ChessBoardCoord coordinates,
ChessPiece piece) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ChessBoardCoord> |
PieceLocator.locatePiece(ChessPiece piece) |
Copyright © 2015. All Rights Reserved.