Updated API (markdown)

Jesse Boyd 2017-02-13 04:20:45 +11:00
parent 9f7a2ba1ac
commit 15068ea49c

1
API.md

@ -18,6 +18,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)
- [Notes on async performance](https://github.com/boy0001/FastAsyncWorldedit/wiki/Notes-on-async-performance)
### Players
- [FawePlayer](https://github.com/boy0001/FastAsyncWorldedit/wiki/FawePlayer)