Uses of Class
us.the.mac.board.Board.Piece

Uses of Board.Piece in us.the.mac.board
 

Fields in us.the.mac.board declared as Board.Piece
 Board.Piece Board.Square.piece
           
 

Methods in us.the.mac.board that return Board.Piece
static Board.Piece Board.Piece.getPieceAt(int p)
          This method accesses the squares container and returns its piece
static Board.Piece Board.Piece.selectedPiece()
           
 

Methods in us.the.mac.board with parameters of type Board.Piece
 void Board.Piece.addPiece(Board.Piece piece)
           
 void Board.Piece.promoteTo(Board.Piece p)
          This method accepts the new piece to promote to
 

Constructors in us.the.mac.board with parameters of type Board.Piece
Board.Piece(Board.Piece p)
          This constructor is used to copy piece data into an existing Piece.