Home
last modified time | relevance | path

Searched refs:getCapturedPiece (Results 1 – 3 of 3) sorted by relevance

/dports/games/jin/jin-2.14.1/src/free/chess/
H A DChessMove.java153 …this.capturedPiece = chess.getCapturedPiece(pos, startingSquare, endingSquare, promotionTarget, is… in ChessMove()
181 ChessPiece capturedPiece = getCapturedPiece(); in getWarrenSmithString()
243 public ChessPiece getCapturedPiece(){ in getCapturedPiece() method in ChessMove
H A DChesslikeGenericVariant.java308 public ChessPiece getCapturedPiece(Position pos, Square startingSquare, in getCapturedPiece() method in ChesslikeGenericVariant
312 return getCapturedPiece(pos, startingSquare, endingSquare, promotionTarget, isEnPassant); in getCapturedPiece()
324 public ChessPiece getCapturedPiece(Position pos, Square startingSquare, in getCapturedPiece() method in ChesslikeGenericVariant
506 …ChessPiece capturedPiece = getCapturedPiece(pos, startingSquare, endingSquare, promotionChessTarge… in createChessMove()
/dports/games/jin/jin-2.14.1/src/free/jin/board/
H A DBoardPanel.java1640 if (cmove.isCapture() && (cmove.getCapturedPiece().getPlayer() == pos.getCurrentPlayer()))