Package com.forgeessentials.core.moduleLauncher

Examples of com.forgeessentials.core.moduleLauncher.ModuleLauncher


        // Misc
        miscEventHandler = new MiscEventHandler();
        LoginMessage.loadFile();

        // Load modules
        moduleLauncher = new ModuleLauncher();
        moduleLauncher.preLoad(e);
    }
View Full Code Here

TOP

Related Classes of com.forgeessentials.core.moduleLauncher.ModuleLauncher

Copyright © 2018 www.massapicom. 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.