public interface IBuildingProduction
| Modifier and Type | Method | Description |
|---|---|---|
int |
getProduction(IWare ware,
ICity city,
IPlayer player) |
Compute the total amount of ware the player produces in the city within a week
|
int |
getTotalConsumtion(IWare ware,
ICity city) |
Retrieve the amount the workshops consume to produce the ware within a week
|
int |
getTotalProduction(IWare ware,
ICity city) |
Compute the total amount of ware that is produced in the city within a week
|
int getTotalProduction(IWare ware, ICity city)
ware - that is producedcity - in witch the ware is producedint getTotalConsumtion(IWare ware, ICity city)
ware - that is consumedcity - in witch the ware is consumedint getProduction(IWare ware, ICity city, IPlayer player)
ware - that is producedcity - in witch the ware is producedplayer - that produces the wareCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.