Package civquest.map.resource

Examples of civquest.map.resource.ResourceSet.mult()


      Field.Height heightLevel = fieldReader.getHeightLevel(pos);
      String vegetation = fieldReader.getVegetationName(pos);
      long population = fieldReader.getPopulation(pos);

      ResourceSet resources = getBasicAmount(heightLevel, vegetation);
      resources = resources.mult(population);

      return resources;
    }
  }
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.