Uses of Class
com.plotsquared.core.plot.PlotManager
Package
Description
-
Uses of PlotManager in com.plotsquared.core.generator
Modifier and TypeClassDescriptionclass
A plot manager with square plots which tessellate on a square grid with the following sections: ROAD, WALL, BORDER (wall), PLOT, FLOOR (plot).class
A plot manager where plots tessellate in a grid formation symmetrical about x=z.class
class
A plot manager with a square grid layout, with square shaped plots. -
Uses of PlotManager in com.plotsquared.core.plot
Modifier and TypeMethodDescriptionprotected abstract @NonNull PlotManager
PlotArea.createManager()
Plot.getManager()
Gets the plot manager object for this plot
- The generic PlotManager object can be casted to its respective class for more control (e.g.PlotArea.getPlotManager()
-
Uses of PlotManager in com.plotsquared.core.plot.world
-
Uses of PlotManager in com.plotsquared.core.util
Modifier and TypeMethodDescriptionabstract boolean
RegionManager.handleClear
(@NonNull Plot plot, @Nullable Runnable whenDone, @NonNull PlotManager manager, @Nullable PlotPlayer<?> actor) Only called whenRegionManager.notifyClear(PlotManager)
returns true in specific PlotManagersboolean
RegionManager.notifyClear
(PlotManager manager) Notify any plugins that may want to modify clear behaviour that a clear is occuring