Package nl.minetopiasdb.api.objects
Class InactivePlot
java.lang.Object
nl.minetopiasdb.api.objects.Plot
nl.minetopiasdb.api.objects.InactivePlot
Plot object for inactive plots
-
Constructor Summary
ConstructorDescriptionInactivePlot
(com.sk89q.worldguard.protection.regions.ProtectedRegion pr, long days, String world) -
Method Summary
Modifier and TypeMethodDescriptionlong
getDays()
See how many days ago the plot owner last joined.Methods inherited from class nl.minetopiasdb.api.objects.Plot
calculateBuildingPrice, calculateGroundPrice, getBuilderPrice, getCalculatedBuildingPrice, getCalculatedGroundPrice, getDescription, getRegion, getWorld
-
Constructor Details
-
InactivePlot
public InactivePlot(com.sk89q.worldguard.protection.regions.ProtectedRegion pr, long days, String world)
-
-
Method Details
-
getDays
public long getDays()See how many days ago the plot owner last joined.- Returns:
- the days since last join of plot owner
-