Package alexoft.OGame

Examples of alexoft.OGame.OGamePlanet


  public void updatePlanet(int index) {
    if (api.getPlanets().size() < index) {
      System.out.println("There is no planet no." + index);
    } else {
      OGamePlanet p = api.getPlanets().get(index - 1);
      System.out.println("Updating " + p.name);
      api.getResources(p, true);
    }
  }
View Full Code Here

TOP

Related Classes of alexoft.OGame.OGamePlanet

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.