Home
last modified time | relevance | path

Searched defs:promotionTarget (Results 1 – 9 of 9) sorted by relevance

/dports/games/jin/jin-2.14.1/src/free/chess/
H A DChessMove.java77 private final ChessPiece promotionTarget; field in ChessMove
101 ChessPiece capturedPiece, int doublePawnPushFile, ChessPiece promotionTarget, String moveSAN){ in ChessMove()
134 ChessPiece promotionTarget, String moveSAN){ in ChessMove()
197 ChessPiece promotionTarget = getPromotionTarget(); in getWarrenSmithString() local
H A DChesslikeGenericVariant.java152 Square endingSquare, ChessPiece promotionTarget){ in isEnPassant()
203 Square endingSquare, ChessPiece promotionTarget){ in isShortCastling()
252 Square endingSquare, ChessPiece promotionTarget){ in isLongCastling()
309 Square endingSquare, ChessPiece promotionTarget){ in getCapturedPiece()
325 Square endingSquare, ChessPiece promotionTarget, boolean isEnPassant){ in getCapturedPiece()
464 Piece promotionTarget, String moveSAN){ in createMove()
487 Square endingSquare, Piece promotionTarget, String moveSAN){ in createChessMove()
H A DMove.java169 Piece promotionTarget = null; in parseWarrenSmith() local
H A DWildVariant.java65 Piece promotionTarget, String stringRepresentation) throws IllegalArgumentException; in createMove()
H A DJBoard.java1798 Piece promotionTarget; in processMouseEvent() local
/dports/games/jin/jin-2.14.1/src/free/chess/variants/
H A DNoCastlingVariant.java54 Square endingSquare, ChessPiece promotionTarget){ in isShortCastling()
68 Square endingSquare, ChessPiece promotionTarget){ in isLongCastling()
H A DBothSidesCastlingVariant.java58 Square endSquare, ChessPiece promotionTarget){ in isShortCastling()
111 Square endSquare, ChessPiece promotionTarget){ in isLongCastling()
/dports/games/jin/jin-2.14.1/src/free/chess/variants/fischerrandom/
H A DFischerRandom.java81 Square endingSquare, ChessPiece promotionTarget){ in isShortCastling()
167 Square endingSquare, ChessPiece promotionTarget){ in isLongCastling()
/dports/games/jin/jin-2.14.1/src/free/chess/variants/kriegspiel/
H A DKriegspiel.java127 Piece promotionTarget, String stringRepresentation){ in createMove()