java.lang.Object
net.chesstango.gardel.AbstractPositionBuilder<MinChess>
net.chesstango.gardel.minchess.MinChessBuilder
- All Implemented Interfaces:
PositionBuilder<MinChess>
- Author:
- Mauricio Coria
-
Field Summary
Fields inherited from class net.chesstango.gardel.AbstractPositionBuilder
bishopPositions, blackPositions, castlingBlackKingAllowed, castlingBlackQueenAllowed, castlingWhiteKingAllowed, castlingWhiteQueenAllowed, enPassantSquare, fullMoveClock, halfMoveClock, kingPositions, knightPositions, pawnPositions, queenPositions, rookPositions, whitePositions, whiteTurn -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the chess position representation built by this builder.Methods inherited from class net.chesstango.gardel.AbstractPositionBuilder
withBlackBishop, withBlackKing, withBlackKnight, withBlackPawn, withBlackQueen, withBlackRook, withCastlingBlackKingAllowed, withCastlingBlackQueenAllowed, withCastlingWhiteKingAllowed, withCastlingWhiteQueenAllowed, withEnPassantSquare, withFullMoveClock, withHalfMoveClock, withWhiteBishop, withWhiteKing, withWhiteKnight, withWhitePawn, withWhiteQueen, withWhiteRook, withWhiteTurn
-
Constructor Details
-
MinChessBuilder
public MinChessBuilder()
-
-
Method Details
-
getPositionRepresentation
Description copied from interface:PositionBuilderGets the chess position representation built by this builder.- Returns:
- The chess representation.
-