public void movePath() { //Moves pieces if(this.equals(BPAWN)) { if(board[x][y].hasPiece(NOPIECE)) { PieceType.BPAWN[][]. board[point.getX()][point.getY()] } //move y - 1 //or ((x - 1) && (y - 1)) || ((x + 1) && (y - 1)) //move one space down //if has not moved yet then move two spaces y = 7 }