Skip to content

Developer API

Ryandw11 edited this page Mar 21, 2021 · 20 revisions

Custom Structures provides a robust API allowed developers to manipulate the functionality of the plugin. Currently it is not possible to make custom properties for structures, but it could be in the future.

Using Maven/Gradle

Maven Version

Maven

<repositories>
    <repository>
        <id>Ryandw11 Repo</id>
        <url>https://repo.ryandw11.com/repository/maven-releases/</url>
    </repository>
</repositories>
<dependency>
  <groupId>com.ryandw11</groupId>
  <artifactId>CustomStructures</artifactId>
  <version>1.5.5</version>
</dependency>

Gradle

repositories {
    maven { url 'https://repo.ryandw11.com/repository/maven-releases/' }
}
dependencies {
    implementation 'com.ryandw11:CustomStructures:1.5.5'
}

Documentation

Check out the JavaDocs here: https://ryandw11.github.io/CustomStructures/