Package civquest.map.resource

Examples of civquest.map.resource.FieldResourceProducer


  }

  public void calculateFieldProductionEdges(Game game, Nation nation) {
    ResourceNode<FieldResourceProductionMapping> source
      = nationToResourceNode.get(nation.getID());
    FieldResourceProducer producer = game.getRules().getResourceRules()
      .getFieldResourceProducer(nation.getID());
    calculateFieldProductionEdges(source, producer);
  }
View Full Code Here

TOP

Related Classes of civquest.map.resource.FieldResourceProducer

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.