mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-10 12:50:29 +01:00
Updated API (markdown)
parent
b1b734a05f
commit
c86ba3bb12
9
API.md
9
API.md
@ -6,6 +6,15 @@ 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:
|
That said, the FAWE API offers additional functionality not already available in WorldEdit. Below are some examples for WorldEdit and FAWE:
|
||||||
|
|
||||||
|
# Maven
|
||||||
|
Repository: `http://ci.athion.net/job/FastAsyncWorldEdit/ws/mvn/`
|
||||||
|
Dependency: `com.boydti:fawe-api:<version>`
|
||||||
|
# Gradle
|
||||||
|
You can compile FAWE with gradle, which is included with this repository:
|
||||||
|
```
|
||||||
|
$ gradlew setupDecompWorkspace
|
||||||
|
$ gradlew build
|
||||||
|
```
|
||||||
### Threading
|
### Threading
|
||||||
- [Run sync/async tasks with the FAWE TaskManager](https://github.com/boy0001/FastAsyncWorldedit/wiki/Fawe-TaskManager#sync-task)
|
- [Run sync/async tasks with the FAWE TaskManager](https://github.com/boy0001/FastAsyncWorldedit/wiki/Fawe-TaskManager#sync-task)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user