Uses of Class
dev.espi.protectionstones.PSRegion.LastRegionTaxPaymentEntry
-
Uses of PSRegion.LastRegionTaxPaymentEntry in dev.espi.protectionstones
Modifier and TypeMethodDescriptionPSRegion.LastRegionTaxPaymentEntry.fromString(String s)
Convert a flag entry to a last region tax payment entry object.Modifier and TypeMethodDescriptionPSMergedRegion.getRegionLastTaxPaymentAddedEntries()
abstract List<PSRegion.LastRegionTaxPaymentEntry>
PSRegion.getRegionLastTaxPaymentAddedEntries()
Get the list of timestamps of the last time regions and sub regions have added to the tax payments list.PSStandardRegion.getRegionLastTaxPaymentAddedEntries()
Modifier and TypeMethodDescriptionvoid
PSMergedRegion.setRegionLastTaxPaymentAddedEntries(List<PSRegion.LastRegionTaxPaymentEntry> entries)
abstract void
PSRegion.setRegionLastTaxPaymentAddedEntries(List<PSRegion.LastRegionTaxPaymentEntry> entries)
Save the list of timestamps of the last time regions and sub regions have added to the tax payments list on to the base region.void
PSStandardRegion.setRegionLastTaxPaymentAddedEntries(List<PSRegion.LastRegionTaxPaymentEntry> entries)