public interface ITreasury
| Modifier and Type | Method and Description |
|---|---|
int |
getBuildingCosts()
Costs for the building of city walls and towers up to date.
|
int |
getCityGuardCosts()
Monthly costs of the city guard.
|
double |
getCurrentHeadTaxValue()
Retrieve the current height of the taxes.
|
double |
getCurrentPropertyTax()
Retrieve the current property tax.
|
int |
getOtherCosts()
Costs and fees that the city has to have payed up to this date in the current year.
|
int |
getOtherIncome()
All other income like donations.
|
int |
getOutriggerCosts()
Costs for paying the outrigger.
|
long |
getPaidSpecialTaxes()
Amount of the paid special taxes.
|
long |
getPaidTaxes()
Amount of the property and head taxes up to date this year.
|
int |
getSiegeCosts()
Paid ransom to prevent/abort siege.
|
void |
update(long cash)
Update the total amount of cash in the treasury.
|
double getCurrentHeadTaxValue()
double getCurrentPropertyTax()
long getPaidTaxes()
long getPaidSpecialTaxes()
int getCityGuardCosts()
int getBuildingCosts()
int getOutriggerCosts()
int getSiegeCosts()
int getOtherCosts()
int getOtherIncome()
void update(long cash)
cash - Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.