Treasurypublic interface ITreasury
| Modifier and Type | Method | Description |
|---|---|---|
javafx.beans.property.IntegerProperty |
buildingCostsProperty() |
|
javafx.beans.property.LongProperty |
cashProperty() |
|
javafx.beans.property.IntegerProperty |
cityGuardCostsProperty() |
|
javafx.beans.property.DoubleProperty |
currentHeadTaxValueProperty() |
Double property for the current head tax value.
|
javafx.beans.property.DoubleProperty |
currentPropertyTaxProperty() |
|
javafx.beans.property.IntegerProperty |
donationsProperty() |
|
int |
getBuildingCosts() |
Costs for the building of city walls and towers up to date.
|
long |
getCash() |
Retrieve the whole amount in the treasury.
|
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 |
getDonations() |
All the donated amount.
|
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.
|
javafx.beans.property.IntegerProperty |
otherCostsProperty() |
|
javafx.beans.property.IntegerProperty |
otherIncomeProperty() |
|
javafx.beans.property.IntegerProperty |
outriggerCostsProperty() |
|
javafx.beans.property.LongProperty |
paidSpecialTaxesProperty() |
|
javafx.beans.property.LongProperty |
paidTaxesProperty() |
|
javafx.beans.property.IntegerProperty |
siegeCostsProperty() |
double getCurrentHeadTaxValue()
double getCurrentPropertyTax()
long getPaidTaxes()
long getPaidSpecialTaxes()
int getCityGuardCosts()
int getBuildingCosts()
int getOutriggerCosts()
int getSiegeCosts()
int getOtherCosts()
int getOtherIncome()
int getDonations()
long getCash()
javafx.beans.property.DoubleProperty currentHeadTaxValueProperty()
javafx.beans.property.DoubleProperty currentPropertyTaxProperty()
javafx.beans.property.LongProperty paidTaxesProperty()
javafx.beans.property.LongProperty paidSpecialTaxesProperty()
javafx.beans.property.IntegerProperty cityGuardCostsProperty()
javafx.beans.property.IntegerProperty buildingCostsProperty()
javafx.beans.property.IntegerProperty outriggerCostsProperty()
javafx.beans.property.IntegerProperty siegeCostsProperty()
javafx.beans.property.IntegerProperty otherCostsProperty()
javafx.beans.property.IntegerProperty otherIncomeProperty()
javafx.beans.property.IntegerProperty donationsProperty()
javafx.beans.property.LongProperty cashProperty()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.