Uses of Class
com.plotsquared.core.util.RegionManager
Packages that use RegionManager
Package
Description
-
Uses of RegionManager in com.plotsquared.core
Methods in com.plotsquared.core that return RegionManagerModifier and TypeMethodDescriptiondefault @NonNull RegionManagerPlotPlatform.regionManager()Get theRegionManagerimplementation for the platform -
Uses of RegionManager in com.plotsquared.core.command
Constructors in com.plotsquared.core.command with parameters of type RegionManagerModifierConstructorDescriptionTrim(@NonNull PlotAreaManager plotAreaManager, @NonNull WorldUtil worldUtil, @NonNull GlobalBlockQueue blockQueue, @NonNull RegionManager regionManager) -
Uses of RegionManager in com.plotsquared.core.generator
Constructors in com.plotsquared.core.generator with parameters of type RegionManagerModifierConstructorDescriptionClassicPlotManager(@NonNull ClassicPlotWorld classicPlotWorld, @NonNull RegionManager regionManager) HybridPlotManager(@NonNull HybridPlotWorld hybridPlotWorld, @NonNull RegionManager regionManager, @NonNull ProgressSubscriberFactory subscriberFactory) SquarePlotManager(@NonNull SquarePlotWorld squarePlotWorld, @NonNull RegionManager regionManager) -
Uses of RegionManager in com.plotsquared.core.util
Fields in com.plotsquared.core.util declared as RegionManager