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