From acaf1135219f2fa8d62d55af31612e1a707107bd Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Tue, 16 Aug 2016 01:18:13 +1000 Subject: [PATCH] Updated API (markdown) --- API.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/API.md b/API.md index a57b58a..dc0295d 100644 --- a/API.md +++ b/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)