Package net.minecraft.src

Examples of net.minecraft.src.GuiAchievements


        break;
      case CONTROLS_MENU:
        toOpen = new GuiControls(GuiSimpleOptions.constructOptionsScreen(new GuiIngameMenu()));
        break;
      case ACHIEVEMENTS_SCREEN:
        toOpen = new GuiAchievements(statfile);
        break;
      case STATISTICS_SCREEN:
        toOpen = new GuiStats(new GuiIngameMenu(), statfile);
        break;
      case GAME_OVER_SCREEN:
View Full Code Here

TOP

Related Classes of net.minecraft.src.GuiAchievements

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.