Uses of Interface
net.chesstango.gardel.PositionBuilder
Packages that use PositionBuilder
Package
Description
-
Uses of PositionBuilder in net.chesstango.gardel
Classes in net.chesstango.gardel that implement PositionBuilderMethods in net.chesstango.gardel that return PositionBuilderModifier and TypeMethodDescriptionPositionBuilder.withBlackBishop(int file, int rank) PositionBuilder.withBlackKing(int file, int rank) PositionBuilder.withBlackKnight(int file, int rank) PositionBuilder.withBlackPawn(int file, int rank) PositionBuilder.withBlackQueen(int file, int rank) PositionBuilder.withBlackRook(int file, int rank) PositionBuilder.withCastlingBlackKingAllowed(boolean castlingBlackKingAllowed) Sets whether castling with the black king is allowed.PositionBuilder.withCastlingBlackQueenAllowed(boolean castlingBlackQueenAllowed) Sets whether castling with the black queen is allowed.PositionBuilder.withCastlingWhiteKingAllowed(boolean castlingWhiteKingAllowed) Sets whether castling with the white king is allowed.PositionBuilder.withCastlingWhiteQueenAllowed(boolean castlingWhiteQueenAllowed) Sets whether castling with the white queen is allowed.PositionBuilder.withEnPassantSquare(int file, int rank) Sets the en passant square, which indicates the target square of a possible en passant capture.PositionBuilder.withFullMoveClock(int fullMoveClock) Sets the full-move clock.PositionBuilder.withHalfMoveClock(int halfMoveClock) Sets the half-move clock.PositionBuilder.withWhiteBishop(int file, int rank) PositionBuilder.withWhiteKing(int file, int rank) PositionBuilder.withWhiteKnight(int file, int rank) PositionBuilder.withWhitePawn(int file, int rank) PositionBuilder.withWhiteQueen(int file, int rank) PositionBuilder.withWhiteRook(int file, int rank) PositionBuilder.withWhiteTurn(boolean whiteTurn) Sets the turn to indicate whether it is White's turn to move.Methods in net.chesstango.gardel with parameters of type PositionBuilderModifier and TypeMethodDescription<T> voidPositionExporter.export(PositionBuilder<T> positionBuilder) Constructors in net.chesstango.gardel with parameters of type PositionBuilder -
Uses of PositionBuilder in net.chesstango.gardel.ascii
Classes in net.chesstango.gardel.ascii that implement PositionBuilder -
Uses of PositionBuilder in net.chesstango.gardel.fen
Classes in net.chesstango.gardel.fen that implement PositionBuilderMethods in net.chesstango.gardel.fen with parameters of type PositionBuilder -
Uses of PositionBuilder in net.chesstango.gardel.minchess
Classes in net.chesstango.gardel.minchess that implement PositionBuilderConstructors in net.chesstango.gardel.minchess with parameters of type PositionBuilder