Package net.minecraft.src

Examples of net.minecraft.src.GuiStats


        break;
      case ACHIEVEMENTS_SCREEN:
        toOpen = new GuiAchievements(statfile);
        break;
      case STATISTICS_SCREEN:
        toOpen = new GuiStats(new GuiIngameMenu(), statfile);
        break;
      case GAME_OVER_SCREEN:
        toOpen = new GuiGameOver();
        break;
      case CHANGE_LANGUAGE:
View Full Code Here

TOP

Related Classes of net.minecraft.src.GuiStats

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.