| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.city | |
| ch.sahits.game.openpatrician.model.product |
| Modifier and Type | Method | Description |
|---|---|---|
static ECityState |
ECityState.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.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
BezierPriceCalculation.computePrice(ITradable tradable,
boolean buy,
int available,
int productionRate,
IPopulationStructure pop,
ECityState state) |
|
double |
IPriceCalculation.computePrice(int min,
int max,
int available,
int saturation,
int productionRate,
IPopulationStructure pop,
ECityState state) |
Compute the price for one item of the ware.
|
int |
IPriceCalculationV2.computePrice(ITradable tradable,
boolean buy,
int available,
int productionRate,
IPopulationStructure pop,
ECityState state) |
Compute the price for one item of the ware.
|
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.