Updated TaskBuilder (markdown)

Jesse Boyd 2016-11-02 00:11:32 +11:00
parent 6f44c54869
commit 231b9aa8f3

@ -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