Updated API (markdown)

Jesse Boyd 2017-02-13 04:21:57 +11:00
parent 482c24c8d9
commit 46f118348d

2
API.md

@ -16,9 +16,9 @@ $ gradlew setupDecompWorkspace
$ gradlew build
```
### 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)
- [Break up complex tasks using FAWE TaskBuilder](https://github.com/boy0001/FastAsyncWorldedit/wiki/TaskBuilder)
- [Notes on async performance](https://github.com/boy0001/FastAsyncWorldedit/wiki/Notes-on-async-performance)
### Players
- [FawePlayer](https://github.com/boy0001/FastAsyncWorldedit/wiki/FawePlayer)