@ApiStatus.Internal
public interface IJourneyMapPlugin<T extends CommonAPI>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getModId()
Used by JourneyMap to associate your mod id with your plugin instance.
|
void |
initialize(T api) |
java.lang.String getModId()
void initialize(T api)