Package com.mojang.minecraft.gui

Examples of com.mojang.minecraft.gui.GenerateLevelScreen


      if(var1.id == 0) {
         this.minecraft.setCurrentScreen(new OptionsScreen(this, this.minecraft.settings));
      }

      if(var1.id == 1) {
         this.minecraft.setCurrentScreen(new GenerateLevelScreen(this));
      }

      if(this.minecraft.session != null) {
         if(var1.id == 2) {
            this.minecraft.setCurrentScreen(new SaveLevelScreen(this));
View Full Code Here


      if(var1.id == 0) {
         this.minecraft.setCurrentScreen(new OptionsScreen(this, this.minecraft.settings));
      }

      if(var1.id == 1) {
         this.minecraft.setCurrentScreen(new GenerateLevelScreen(this));
      }

      if(this.minecraft.session != null && var1.id == 2) {
         this.minecraft.setCurrentScreen(new LoadLevelScreen(this));
      }
View Full Code Here

TOP

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

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.