public class PSEconomy extends Object
| Constructor and Description |
|---|
PSEconomy() |
| Modifier and Type | Method and Description |
|---|---|
static void |
doRentPayment(PSRegion r)
Process a rent payment for a region.
|
List<PSRegion> |
getRentedList()
Get list of rented regions.
|
void |
loadRentList()
Load list of regions that are rented into memory.
|
static void |
processTaxes(PSRegion r)
Process taxes for a region.
|
void |
stop()
Stops the economy cycle.
|
public void stop()
public void loadRentList()
public static void processTaxes(PSRegion r)
r - the region to process taxes forpublic static void doRentPayment(PSRegion r)
r - the region to perform the rent paymentCopyright © 2021. All rights reserved.