dev.the_fireplace.grandeconomy.api.GrandEconomyEntrypoint Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of GrandEconomy Show documentation
Show all versions of GrandEconomy Show documentation
A server-side economy mod/api for Minecraft.
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