Updated Anvil API (markdown)

Jesse Boyd 2017-09-08 11:09:50 +10:00
parent 1b94444d51
commit 8f0195923a

@ -1,5 +1,7 @@
# Overview
The Anvil API is for modifying MCA files (`<world>/region`). If used properly, it is the fastest method to modify the world, however it is considerably more complicated than the [other methods](https://github.com/boy0001/FastAsyncWorldedit/wiki/API#modify-the-world-async-or-load-it).
The Anvil API is for modifying MCA files (`<world>/region`). If used properly, it can be the fastest method to modify the world, however it is considerably more complicated than the [other approaches](https://github.com/boy0001/FastAsyncWorldedit/wiki/API#modify-the-world-async-or-load-it).
I would only recommend using this if the world is unloaded, or you are checking at least 1024 chunks.
# Using the MCAQueue (extends FaweQueue)
#### Creating an MCAQueue with a loaded world