Updated API (markdown)

NotMyFault 2019-07-01 19:10:47 +02:00
parent 2d38b78ff7
commit 67e45d66be

1
API.md

@ -86,6 +86,7 @@ You can compile FAWE with Gradle, which is included with this repository:
```
$ gradlew build
```
## Useful methods for Fawe legacy:
### Threading
- [Performance tips with FAWE](https://github.com/boy0001/FastAsyncWorldedit/wiki/Some-tips-when-using-the-FAWE-API)
- [Run sync/async tasks with the FAWE TaskManager](https://github.com/boy0001/FastAsyncWorldedit/wiki/Fawe-TaskManager#sync-task)