Updated AsyncWorld (markdown)

Jesse Boyd 2017-04-23 16:24:41 +10:00
parent 936b77c1a8
commit 421366c12a

@ -4,6 +4,8 @@ The AsyncWorld implements the Bukkit World interface and allows you to asynchron
- Other operations will be slower when used async
- You can use `AsyncWorld.create(...)` to load a world async
Note: The AsyncWorld class is only present in `FastAsyncWorldEdit-bukkit`, not the API.
```Java
TaskManager.IMP.async(new Runnable() {
@Override