Package com.kokakiwi.mclauncher.utils

Examples of com.kokakiwi.mclauncher.utils.Configuration


*/
public class JavaConfig
{
    public static Configuration config()
    {
        final Configuration config = new Configuration();
       
        config.set("load.user-config", true);
       
        return config;
    }
View Full Code Here

TOP

Related Classes of com.kokakiwi.mclauncher.utils.Configuration

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.