| Package | Description |
|---|---|
| org.alcibiade.chess.model | |
| org.alcibiade.chess.model.boardupdates | |
| org.alcibiade.chess.rules |
| Modifier and Type | Method and Description |
|---|---|
ChessSide |
ChessPosition.getNextPlayerTurn() |
ChessSide |
ChessBoardModel.getNextPlayerTurn() |
ChessSide |
ChessPiece.getSide() |
ChessSide |
ChessSide.opposite() |
static ChessSide |
ChessSide.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChessSide |
ChessSide.valueOfShortName(java.lang.String name) |
static ChessSide[] |
ChessSide.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChessPosition.isCastlingAvailable(ChessSide side,
boolean kingside) |
boolean |
ChessBoardModel.isCastlingAvailable(ChessSide side,
boolean kingside) |
void |
ChessBoardModel.setCastlingAvailable(ChessSide side,
boolean kingside,
boolean available) |
void |
ChessBoardModel.setNextPlayerTurn(ChessSide nextPlayerTurn) |
| Constructor and Description |
|---|
ChessPiece(ChessPieceType type,
ChessSide side) |
| Constructor and Description |
|---|
FlagUpdateCastling(ChessSide side,
boolean kingside) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ChessBoardCoord> |
PieceLocator.locatePieces(ChessSide side) |
Copyright © 2015. All Rights Reserved.