Skip to content

IncrediblePlugins/UpgradeableSpawnersAPI

Repository files navigation

Javadoc

https://jitpack.io/com/github/angeschossen/UpgradeableSpawnersAPI/latest/javadoc/

API Usage Explained

Include the API using Gradle:

repositories {
	maven { url 'https://jitpack.io' }
}
dependencies {
    compileOnly "com.github.angeschossen:UpgradeableSpawnersAPI:version"
}

Include the API using Maven:

<repositories>
	<repository>
		<id>jitpack.io</id>
		<url>https://jitpack.io</url>
	</repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.github.angeschossen</groupId>
        <artifactId>UpgradeableSpawnersAPI</artifactId>
        <version>version</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

The API is accessible through an implementation of the UpgradeableSpawnersAPI interface. UpgradeableSpawners needs to be loaded before this API can be used. It doesn't need to be enabled though.

UpgradeableSpawnersAPI api = UpgradeableSpawnersAPI.getInstance();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages