Uses of Class
com.plotsquared.core.plot.PlotManager
Packages that use PlotManager
Package
Description
-
Uses of PlotManager in com.plotsquared.core.generator
Subclasses of PlotManager in com.plotsquared.core.generatorModifier 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.Methods in com.plotsquared.core.generator that return PlotManager -
Uses of PlotManager in com.plotsquared.core.plot
Methods in com.plotsquared.core.plot that return PlotManagerModifier 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
Subclasses of PlotManager in com.plotsquared.core.plot.worldMethods in com.plotsquared.core.plot.world that return PlotManager -
Uses of PlotManager in com.plotsquared.core.util
Methods in com.plotsquared.core.util with parameters of type PlotManagerModifier 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