| Package | Description |
|---|---|
| org.alcibiade.chess.model |
| Modifier and Type | Method and Description |
|---|---|
static ChessPieceType |
ChessPieceType.getPgnType(java.lang.String s) |
ChessPieceType |
ChessMovePath.getPromotedPieceType() |
ChessPieceType |
ChessPiece.getType() |
static ChessPieceType |
ChessPieceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChessPieceType[] |
ChessPieceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ChessMovePath(ChessBoardCoord s,
ChessBoardCoord d,
ChessPieceType promotedPieceType) |
ChessMovePath(java.lang.String s,
java.lang.String d,
ChessPieceType promotedPieceType) |
ChessPiece(ChessPieceType type,
ChessSide side) |
Copyright © 2015. All Rights Reserved.