Class RunContext
java.lang.Object
com.sk89q.worldedit.function.operation.RunContext
Describes the current run.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return whether the current operation should still continue running.
-
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
-