Package es.mahulo.battleship.model

Examples of es.mahulo.battleship.model.Ship


      cell.setY(positions[i][1]);
      cells.add(cell);
     
    }
    
    Ship ship = new Ship();
   
    ship.setShipConfig(shipConfig);
    ship.setCells(cells);

   
    return ship;
  }
View Full Code Here

TOP

Related Classes of es.mahulo.battleship.model.Ship

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.