From 67e45d66beb9643712c7ca48f0a67bdf4d301ba2 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Mon, 1 Jul 2019 19:10:47 +0200 Subject: [PATCH] Updated API (markdown) --- API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API.md b/API.md index 6842043..43f5ab6 100644 --- a/API.md +++ b/API.md @@ -86,6 +86,7 @@ You can compile FAWE with Gradle, which is included with this repository: ``` $ gradlew build ``` +## Useful methods for Fawe legacy: ### 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)