Uses of Class
com.plotsquared.core.plot.expiration.PlotAnalysis
Packages that use PlotAnalysis
Package
Description
-
Uses of PlotAnalysis in com.plotsquared.core.generator
Method parameters in com.plotsquared.core.generator with type arguments of type PlotAnalysisModifier and TypeMethodDescriptionvoidHybridUtils.analyzePlot(Plot origin, RunnableVal<PlotAnalysis> whenDone) voidHybridUtils.analyzeRegion(String world, CuboidRegion region, RunnableVal<PlotAnalysis> whenDone) -
Uses of PlotAnalysis in com.plotsquared.core.plot
Methods in com.plotsquared.core.plot that return PlotAnalysisModifier and TypeMethodDescriptionPlot.getComplexity(Settings.Auto_Clear settings) This will return null if the plot hasn't been analyzed -
Uses of PlotAnalysis in com.plotsquared.core.plot.expiration
Methods in com.plotsquared.core.plot.expiration that return PlotAnalysisModifier and TypeMethodDescriptionstatic PlotAnalysisPlotAnalysis.getAnalysis(Plot plot, Settings.Auto_Clear settings) Methods in com.plotsquared.core.plot.expiration with parameters of type PlotAnalysisModifier and TypeMethodDescriptionbooleanExpiryTask.applies(PlotAnalysis analysis) voidExpireManager.passesComplexity(PlotAnalysis analysis, Collection<ExpiryTask> applicable, RunnableVal<Boolean> success, Runnable failure) Method parameters in com.plotsquared.core.plot.expiration with type arguments of type PlotAnalysisModifier and TypeMethodDescriptionstatic voidPlotAnalysis.analyzePlot(Plot plot, RunnableVal<PlotAnalysis> whenDone)