Package civquest.map.gameChange

Examples of civquest.map.gameChange.SetFieldRuledByCity.execute()


            SetFieldRuledByCity change
              = new SetFieldRuledByCity(field.getPosition(),
                            newCityChange.getCity(),
                            false);
            change.execute();           
          } else {
            Messages.getMessages().info("ConstructTestCity", "QMapWarn",
                          "When constructing test city: "
                          + "No active nation!");
          }
View Full Code Here


    setPopulation.execute();

    SetFieldRuledByCity change
      = new SetFieldRuledByCity(new Coordinate(x, y),
                    constructCity.getCity(), false);
    change.execute();
  }


}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.