.
This commit is contained in:
parent
e4fd6a8c5f
commit
d3e20606d9
10 changed files with 130 additions and 37 deletions
15
README.md
15
README.md
|
|
@ -17,14 +17,15 @@ access the mongo-db web interface at http://localhost:8081; username `a`, passwo
|
|||
|
||||
## modules
|
||||
|
||||
### APIs
|
||||
### core-lib
|
||||
|
||||
* core-api contains api for all java development
|
||||
* core-bukkit-api contains api for bukkit development
|
||||
* depends on core-api
|
||||
core-lib is a stateless java util library
|
||||
|
||||
### core-bukkit-api
|
||||
|
||||
core-bukkit-api is stateful and contains api for bukkit development
|
||||
* depends on core-lib
|
||||
|
||||
### implementations
|
||||
|
||||
the `-impl` suffix indicates that this module implements the API with the same prefix.
|
||||
So `core-impl` implements `core-api`.
|
||||
* core-bukkit-impl is a spigot plugin. It shades core-impl.
|
||||
core-bukkit-impl is a spigot plugin. It shades and implements core-bukkit-api
|
||||
Loading…
Add table
Add a link
Reference in a new issue