Package com.mojang.minecraft.gui

Examples of com.mojang.minecraft.gui.LevelDialog


               this.openLevel(var1.id);
            }

            if(this.finished || this.loaded && var1.id == 5) {
               this.frozen = true;
               LevelDialog var2;
               (var2 = new LevelDialog(this)).setDaemon(true);
               SwingUtilities.invokeLater(var2);
            }

            if(this.finished || this.loaded && var1.id == 6) {
               this.minecraft.setCurrentScreen(this.parent);
View Full Code Here

TOP

Related Classes of com.mojang.minecraft.gui.LevelDialog

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.