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(com.sk89q.worldedit.regions.CuboidRegion region, int extendBiome, com.sk89q.worldedit.world.biome.BiomeType biome, String world, Runnable whenDone) booleansetCuboids(@NonNull com.plotsquared.core.plot.PlotArea area, @NonNull Set<com.sk89q.worldedit.regions.CuboidRegion> regions, @NonNull com.sk89q.worldedit.function.pattern.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
-
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
-
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)
-