Package org.spoutcraft.client.gui.controls

Examples of org.spoutcraft.client.gui.controls.GuiControls


    this.parent = parent;
  }

  @Override
  public void onButtonClick() {
    Minecraft.getMinecraft().displayGuiScreen(new GuiControls(parent), false);
  }
View Full Code Here


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

TOP

Related Classes of org.spoutcraft.client.gui.controls.GuiControls

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.