Class FaweDelegateRegionManager
java.lang.Object
com.fastasyncworldedit.bukkit.regions.plotsquared.FaweDelegateRegionManager
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancopyRegion(@NonNull com.plotsquared.core.location.Location pos1, @NonNull com.plotsquared.core.location.Location pos2, @NonNull com.plotsquared.core.location.Location pos3, @NonNull Runnable whenDone) booleanhandleClear(com.plotsquared.core.plot.Plot plot, Runnable whenDone, com.plotsquared.core.plot.PlotManager manager) booleannotifyClear(com.plotsquared.core.plot.PlotManager manager) booleanregenerateRegion(com.plotsquared.core.location.Location pos1, com.plotsquared.core.location.Location pos2, boolean ignore, Runnable whenDone) voidsetBiome(CuboidRegion region, int extendBiome, BiomeType biome, String world, Runnable whenDone) booleansetCuboids(@NonNull com.plotsquared.core.plot.PlotArea area, @NonNull Set<CuboidRegion> regions, @NonNull Pattern blocks, int minY, int maxY, Runnable whenDone) voidswap(com.plotsquared.core.location.Location pos1, com.plotsquared.core.location.Location pos2, com.plotsquared.core.location.Location swapPos, Runnable whenDone) 
- 
Constructor Details- 
FaweDelegateRegionManagerpublic FaweDelegateRegionManager()
 
- 
- 
Method Details- 
setCuboidspublic boolean setCuboids(@NonNull com.plotsquared.core.plot.PlotArea area, @NonNull Set<CuboidRegion> regions, @NonNull Pattern blocks, int minY, int maxY, Runnable whenDone) 
- 
notifyClearpublic boolean notifyClear(com.plotsquared.core.plot.PlotManager manager) 
- 
handleClearpublic boolean handleClear(@Nonnull com.plotsquared.core.plot.Plot plot, @Nullable Runnable whenDone, @Nonnull com.plotsquared.core.plot.PlotManager manager) 
- 
swappublic void swap(com.plotsquared.core.location.Location pos1, com.plotsquared.core.location.Location pos2, com.plotsquared.core.location.Location swapPos, Runnable whenDone) 
- 
setBiomepublic void setBiome(CuboidRegion region, int extendBiome, BiomeType biome, String world, Runnable whenDone) 
- 
copyRegionpublic boolean copyRegion(@NonNull com.plotsquared.core.location.Location pos1, @NonNull com.plotsquared.core.location.Location pos2, @NonNull com.plotsquared.core.location.Location pos3, @NonNull Runnable whenDone) 
- 
regenerateRegionpublic boolean regenerateRegion(com.plotsquared.core.location.Location pos1, com.plotsquared.core.location.Location pos2, boolean ignore, Runnable whenDone) 
 
-