Uses of Class
org.gChess.ChessPiece

Uses of ChessPiece in org.gChess
 

Subclasses of ChessPiece in org.gChess
 class Bishop
           
 class King
           
 class Knight
           
 class Pawn
           
 class Queen
           
 class Rook
           
 

Methods in org.gChess that return ChessPiece
 ChessPiece ChessSquare.getOccupant()
           
 ChessPiece ChessBoard.getPieceAt(Location loc)
           
 

Methods in org.gChess with parameters of type ChessPiece
 void ChessBoard.movePiece(ChessPiece cp, Location loc)
          wraps a call to the move method of the chess piece to be moved.
 void ChessBoard.putPiece(ChessPiece cp, Location loc)
           
 void ChessSquare.setOccupant(ChessPiece cp)