All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.the_fireplace.grandeconomy.api.GrandEconomyEntrypoint Maven / Gradle / Ivy

There is a newer version: 4.1.0+1.16.5
Show newest version
package dev.the_fireplace.grandeconomy.api;

public interface GrandEconomyEntrypoint {
	/**
	 * Called during initialization, this provides a chance to register your {@link Economy} before the economy setting
	 *  has been read from the config, set your mod to use Grand Economy, and/or subscribe to events.
	 */
	void init(EconomyRegistry economyRegistry);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy