mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-10 21:00:36 +01:00
Updated TaskBuilder (markdown)
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
|
||||
|
Loading…
Reference in New Issue
Block a user