Created API (markdown)

Jesse Boyd 2016-04-23 02:21:42 +10:00
parent 858a857010
commit 4506a95dc3

10
API.md Normal file

@ -0,0 +1,10 @@
### FaweAPI class:
https://github.com/boy0001/FastAsyncWorldedit/blob/master/core/src/main/java/com/boydti/fawe/FaweAPI.java
> FaweAPI.[some method]
The FAWE API isn't intended to replace the WorldEdit API. You may still freely use the latter for most purposes.
### Using the WorldEdit API
With FAWE installed you can use the WorldEdit API from an async thread:
- e.g. Get or set blocks using the EditSession from an async task.