Package com.sk89q.skmcl.application

Examples of com.sk89q.skmcl.application.Version.resolve()


        Version current = getVersion();
        if (current == null) {
            throw new NullPointerException("No version is set for this application");
        }
        return new MinecraftInstall(getProfile(),
                current.resolve(this, offline), environment);
    }

    /**
     * Get a copy of the release list, fetching it from the web if it's not cached.
     *
 
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.