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