This API resource allows your plugin to find out the details of merged spawners, which are created by MergedSpawner

plugin. If you're a plugin developer, you can add this resource in your dev environment to add the integration of MergedSpawner function into your plugin without purchasing MergedSpawner.

Quick Instruction:

  • unarchive (unzip) MergedSpawnerAPI.zip. It contains MergedSpawnerAPI.jar and an apidocs folder, which contains JavaDoc files.
    • if you're using gradle/maven, you can install MergedSpawnerAPI.jar to your local maven repository.
    • if you're using any IDE such as Eclipse, you can register MergedSpawnerAPI.jar with your plugin project.
    • if you open index.html in the apidocs folder, you can browse through all APIs available.