Class FaweDelegateRegionManager

java.lang.Object
com.fastasyncworldedit.bukkit.regions.plotsquared.FaweDelegateRegionManager

public class FaweDelegateRegionManager extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    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(com.sk89q.worldedit.regions.CuboidRegion region, int extendBiome, com.sk89q.worldedit.world.biome.BiomeType biome, String world, Runnable whenDone)
     
    boolean
    setCuboids(@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)
     
    void
    swap(com.plotsquared.core.location.Location pos1, com.plotsquared.core.location.Location pos2, com.plotsquared.core.location.Location swapPos, Runnable whenDone)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FaweDelegateRegionManager

      public FaweDelegateRegionManager()
  • Method Details

    • setCuboids

      public boolean setCuboids(@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)
    • 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(com.sk89q.worldedit.regions.CuboidRegion region, int extendBiome, com.sk89q.worldedit.world.biome.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)