Class RegionalProcessor

java.lang.Object
com.github.darksoulq.abyssallib.server.util.regional.RegionalProcessor

public final class RegionalProcessor extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    processLine(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull org.bukkit.Location start, @NotNull org.bukkit.util.Vector direction, double maxDistance, double step, @NotNull Function<org.bukkit.block.Block, Boolean> processor, @Nullable Runnable onComplete)
     
    static void
    processVolume(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull org.bukkit.Location corner1, @NotNull org.bukkit.Location corner2, @NotNull Consumer<org.bukkit.block.Block> processor, @Nullable Runnable onComplete)
     

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • processLine

      public static void processLine(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull org.bukkit.Location start, @NotNull @NotNull org.bukkit.util.Vector direction, double maxDistance, double step, @NotNull @NotNull Function<org.bukkit.block.Block, Boolean> processor, @Nullable @Nullable Runnable onComplete)
    • processVolume

      public static void processVolume(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull org.bukkit.Location corner1, @NotNull @NotNull org.bukkit.Location corner2, @NotNull @NotNull Consumer<org.bukkit.block.Block> processor, @Nullable @Nullable Runnable onComplete)