Skip to content

This is an API for Electricity, Custom not textured fluids & gas.

Notifications You must be signed in to change notification settings

DracoFAAD/EnergeticAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Energetic API

Energetic API is an API that tries to bring things like FE (Electricity), Custom Fluids & Gas into paper servers. Using the API is really easy. Let me show you how to use it.

Currently supported: 1.20

1. Implementation

Maven

Repository:

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

Dependency:

<dependency>
    <groupId>com.github.DracoFAAD</groupId>
    <artifactId>EnergeticAPI</artifactId>
    <version>1.0</version>
</dependency>

Gradle

Repository:

maven { url 'https://jitpack.io' }

Dependency:

implementation 'com.github.DracoFAAD:EnergeticAPI:1.0'

2. Getting the Energetic API Instance

import me.dracofaad.energeticapi.EnergeticAPI;

// It will get the plugin and cast it to EnergeticAPI so that you can use it.
EnergeticAPI energeticAPI = EnergeticAPI.getEnergeticAPI();

You should be ready to start using the plugin! If you want to learn more, look at the wiki!

About

This is an API for Electricity, Custom not textured fluids & gas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages