Class FaweDelegateRegionManager
java.lang.Object
com.fastasyncworldedit.bukkit.regions.plotsquared.FaweDelegateRegionManager
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
FaweDelegateRegionManager
public FaweDelegateRegionManager()
-
-
Method Details
-
setCuboids
public boolean setCuboids(@NonNull com.plotsquared.core.plot.PlotArea area, @NonNull Set<CuboidRegion> regions, @NonNull Pattern blocks, int minY, int maxY, Runnable whenDone) -
notifyClear
public boolean notifyClear(com.plotsquared.core.plot.PlotManager manager) -
handleClear
public boolean handleClear(@Nonnull com.plotsquared.core.plot.Plot plot, @Nullable Runnable whenDone, @Nonnull com.plotsquared.core.plot.PlotManager manager) -
swap
public void swap(com.plotsquared.core.location.Location pos1, com.plotsquared.core.location.Location pos2, com.plotsquared.core.location.Location swapPos, Runnable whenDone) -
setBiome
public void setBiome(CuboidRegion region, int extendBiome, BiomeType biome, String world, Runnable whenDone) -
copyRegion
public 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) -
regenerateRegion
public boolean regenerateRegion(com.plotsquared.core.location.Location pos1, com.plotsquared.core.location.Location pos2, boolean ignore, Runnable whenDone)
-