public interface IServerPlugin extends IJourneyMapPlugin<IServerAPI>
Implementation classes must have a no-arg constructor and also have the JourneyMapPlugin annotation.
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(IServerAPI jmServerApi)
Called by JourneyMap during the init phase of mod loading.
|
getModIdvoid initialize(IServerAPI jmServerApi)
This is also a good time to subscribe to any desired Events.
initialize in interface IJourneyMapPlugin<IServerAPI>jmServerApi - Server API implementation