Examples of LevelNameScreen


Examples of com.mojang.minecraft.gui.LevelNameScreen

      this.minecraft.levelIo.save(var3.level, var2);
      this.minecraft.setCurrentScreen(this.parent);
   }

   protected final void openLevel(int var1) {
      this.minecraft.setCurrentScreen(new LevelNameScreen(this, ((Button)this.buttons.get(var1)).text, var1));
   }
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.