Updated API (markdown)

Jesse Boyd 2016-11-02 00:01:21 +11:00
parent c1126ad38a
commit 6f44c54869

1
API.md

@ -17,6 +17,7 @@ $ gradlew build
```
### Threading
- [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)
### Players
- [FawePlayer](https://github.com/boy0001/FastAsyncWorldedit/wiki/FawePlayer)