Package com.sk89q.skmcl.minecraft

Examples of com.sk89q.skmcl.minecraft.Minecraft


    public CreateProfileDialog(Window owner, @NonNull Launcher launcher) {
        super(owner, ModalityType.DOCUMENT_MODAL);

        this.launcher = launcher;
        this.application = new Minecraft();

        application.setVersion(new LatestStable());

        setTitle(_("createProfile.title"));
        setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
View Full Code Here

TOP

Related Classes of com.sk89q.skmcl.minecraft.Minecraft

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.