diff --git a/TaskBuilder.md b/TaskBuilder.md index db96389..1bdb2a8 100644 --- a/TaskBuilder.md +++ b/TaskBuilder.md @@ -21,6 +21,7 @@ new TaskBuilder() .build(); ``` ### SplitTask example +Split up a task and run it when the main thread is free. ```Java //In reality you'd use one of FAWE's async world manipulators (EditSession, AsyncWorld, FaweQueue etc.) // But this is just an example of how you can split up a task with the FAWE API