-
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
Gets 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FENBuilder
public FENBuilder()
-
Method Details
-
getPositionRepresentation
public FEN getPositionRepresentation()
Gets the chess position representation built by this builder.
- Returns:
- The chess representation.