Updated API (markdown)

Jesse Boyd 2016-08-16 01:18:13 +10:00
parent e829deb507
commit acaf113521

3
API.md

@ -6,6 +6,9 @@ Firstly, FAWE isn't meant to modify the behavior of the WorldEdit API. Existing
That said, the FAWE API offers additional functionality not already available in WorldEdit. Below are some examples for WorldEdit and FAWE:
### Threading
- [Run sync/async tasks with the FAWE TaskManager](https://github.com/boy0001/FastAsyncWorldedit/wiki/Fawe-TaskManager#sync-task)
### Players
- [FawePlayer](https://github.com/boy0001/FastAsyncWorldedit/wiki/FawePlayer)
- [WorldEdit player](https://github.com/boy0001/FastAsyncWorldedit/wiki/WorldEdit-World-Player)