mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-13 06:07:38 +01:00
Updated TaskBuilder (markdown)
parent
6f44c54869
commit
231b9aa8f3
@ -21,6 +21,7 @@ new TaskBuilder()
|
|||||||
.build();
|
.build();
|
||||||
```
|
```
|
||||||
### SplitTask example
|
### SplitTask example
|
||||||
|
Split up a task and run it when the main thread is free.
|
||||||
```Java
|
```Java
|
||||||
//In reality you'd use one of FAWE's async world manipulators (EditSession, AsyncWorld, FaweQueue etc.)
|
//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
|
// 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