Class ExpiryTask
java.lang.Object
com.plotsquared.core.plot.expiration.ExpiryTask
-
Constructor Summary
ConstructorsConstructorDescriptionExpiryTask
(Settings.Auto_Clear settings, @NonNull PlotAreaManager plotAreaManager) -
Method Summary
Modifier and TypeMethodDescriptionboolean
allowsArea
(PlotArea area) boolean
applies
(long diff) boolean
applies
(PlotAnalysis analysis) boolean
boolean
appliesAccountAge
(long accountAge) boolean
boolean
boolean
Returnstrue
if this task respects unknown owners
-
Constructor Details
-
ExpiryTask
-
-
Method Details
-
getSettings
-
allowsArea
-
applies
-
getPlotsToCheck
-
applies
-
appliesAccountAge
-
needsAnalysis
-
applies
-
requiresConfirmation
-
shouldDeleteForUnknownOwner
Returnstrue
if this task respects unknown owners- Returns:
true
if unknown owners should be counted as never online- Since:
- 6.4.0
-