Uses of Interface
ch.sahits.game.openpatrician.model.city.IPopulationStructure
-
Packages that use IPopulationStructure Package Description ch.sahits.game.openpatrician.model.product -
-
Uses of IPopulationStructure in ch.sahits.game.openpatrician.model.product
Methods in ch.sahits.game.openpatrician.model.product with parameters of type IPopulationStructure Modifier and Type Method Description intBezierPriceCalculation. computePrice(ITradable tradable, boolean buy, int available, int productionRate, IPopulationStructure pop, ECityState state)doubleIPriceCalculation. computePrice(int min, int max, int available, int saturation, int productionRate, IPopulationStructure pop, ECityState state)Compute the price for one item of the ware.intIPriceCalculationV2. computePrice(ITradable tradable, boolean buy, int available, int productionRate, IPopulationStructure pop, ECityState state)Compute the price for one item of the ware.
-