Class RunContext

java.lang.Object
com.sk89q.worldedit.function.operation.RunContext

public class RunContext extends Object
Describes the current run.
  • Constructor Details

    • RunContext

      public RunContext()
  • Method Details

    • shouldContinue

      public boolean shouldContinue()
      Return whether the current operation should still continue running.

      This method can be called frequently.

      Returns:
      true if the operation should continue running