Uses of Class
Piece

Uses of Piece in <Unnamed>
 

Subclasses of Piece in <Unnamed>
 class KingPiece
          This is a class representing a king piece (a piece that has been kinged)
 class SinglePiece
          This is a class representing a single piece (a piece that has not been kinged yet)
 

Methods in <Unnamed> that return Piece
 Piece Board.getPieceAt(int space)
          This method returns the piece at the certain position