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

dev.the_fireplace.grandeconomy.nativeeconomy.NativeEconomyEntrypoint Maven / Gradle / Ivy

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

import dev.the_fireplace.grandeconomy.GrandEconomy;
import dev.the_fireplace.grandeconomy.api.EconomyRegistry;
import dev.the_fireplace.grandeconomy.api.GrandEconomyEntrypoint;

public class NativeEconomyEntrypoint implements GrandEconomyEntrypoint {
	@Override
	public void init(EconomyRegistry economyRegistry) {
		economyRegistry.registerEconomyHandler(new NativeEconomy(), GrandEconomy.MODID);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy