Package | Description |
---|---|
com.palmergames.bukkit.towny.command | |
com.palmergames.bukkit.towny.object | |
com.palmergames.bukkit.towny.tasks |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
TownyCommand.getTopBankBalance(java.util.List<TownyEconomyObject> list,
int maxListing) |
Modifier and Type | Method and Description |
---|---|
boolean |
TownyEconomyObject.canPayFromHoldings(double amount)
Does this object have enough in it's economy account to pay?
|
void |
Town.collect(double amount) |
void |
Nation.collect(double amount) |
boolean |
TownyEconomyObject.collect(double amount,
java.lang.String reason)
When collecting money add it to the Accounts bank
|
double |
TownyEconomyObject.getHoldingBalance() |
boolean |
TownyEconomyObject.pay(double amount,
java.lang.String reason)
Tries to pay from the players holdings
|
boolean |
TownyEconomyObject.payTo(double amount,
TownyEconomyObject collector,
java.lang.String reason)
When one account is paying another account(Taxes/Plot Purchasing)
|
boolean |
TownyEconomyObject.setBalance(double amount,
java.lang.String reason)
Set balance and log this action
|
void |
Town.withdrawFromBank(Resident resident,
int amount) |
void |
Nation.withdrawFromBank(Resident resident,
int amount) |
Modifier and Type | Method and Description |
---|---|
void |
DailyTimerTask.collectNationCosts()
Collect upkeep due from all nations.
|
void |
DailyTimerTask.collectNationTaxes()
Collect taxes for all nations due from their member towns
|
void |
DailyTimerTask.collectTownCosts()
Collect or pay upkeep for all towns.
|
void |
DailyTimerTask.collectTownTaxes()
Collect taxes for all towns due from their residents.
|