Examples of TunableManager


Examples of denoflionsx.denLib.Config.Manager.TunableManager

    @Subscribe
    @Override
    public void preLoad(FMLPreInitializationEvent event) {
        String proxyPath = "denoflionsx.denLib.Mod.Proxy";
        this.setupProxy(proxyPath + ".denLibClientProxy", proxyPath + ".denLibCommonProxy");
        denLibMod.tuning = new TunableManager();
        configManager = new DenConfig();
        config = new Configuration(event.getSuggestedConfigurationFile());
        DictionaryHandler = new DictionaryHandler();
        fluids = new DenLibFluidHandler();
        dict = new DenLibDictionaryHandler();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.