Uses of Class
ch.sahits.game.openpatrician.model.city.ECityState
-
Packages that use ECityState Package Description ch.sahits.game.openpatrician.model.city ch.sahits.game.openpatrician.model.product -
-
Uses of ECityState in ch.sahits.game.openpatrician.model.city
Methods in ch.sahits.game.openpatrician.model.city that return ECityState Modifier and Type Method Description static ECityStateECityState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ECityState[]ECityState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ECityState in ch.sahits.game.openpatrician.model.product
Methods in ch.sahits.game.openpatrician.model.product with parameters of type ECityState 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.
-