Uses of Class
dev.espi.protectionstones.PSRegion.LastRegionTaxPaymentEntry
Packages that use PSRegion.LastRegionTaxPaymentEntry
-
Uses of PSRegion.LastRegionTaxPaymentEntry in dev.espi.protectionstones
Methods in dev.espi.protectionstones that return PSRegion.LastRegionTaxPaymentEntryModifier and TypeMethodDescriptionPSRegion.LastRegionTaxPaymentEntry.fromString(String s)
Convert a flag entry to a last region tax payment entry object.Methods in dev.espi.protectionstones that return types with arguments of type PSRegion.LastRegionTaxPaymentEntryModifier 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()
Method parameters in dev.espi.protectionstones with type arguments of type PSRegion.LastRegionTaxPaymentEntryModifier 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)