-
Notifications
You must be signed in to change notification settings - Fork 16
Modules
Wanderson edited this page Jan 14, 2018
·
7 revisions
a module, is, basically, several integrations packed together.
for now, there is just one:
yes, you can, and UniDict will load it.
first, you must use the following annotation on your class: wanion.unidict.UniDict.Module
and, you must extend wanion.lib.module.AbstractModule
and implement just one method init()
for a reference, check wanion.unidict.integration.IntegrationModule
we will, just contact us.
- What is an Integration?
- Can I create my own Integration and distribute it?
- How to create an Integration?
- Integrations per Minecraft Version
- What is a Module?
- Which Modules are curently avaiable?
- Can I create my own module and distribute it?
- How to create a UniDict Module?
- If I create a module, Will UniDict help me to spread it?