Examples of GuiScreenTemporaryResourcePackSelect


Examples of net.minecraft.src.GuiScreenTemporaryResourcePackSelect

    this.parent = parent;
  }

  @Override
  public void onButtonClick() {
    SpoutClient.getHandle().displayGuiScreen(new GuiScreenTemporaryResourcePackSelect(parent, Minecraft.getMinecraft().gameSettings));
  }
View Full Code Here

Examples of net.minecraft.src.GuiScreenTemporaryResourcePackSelect

    }
    if (multiplayer == btn) {
      mc.displayGuiScreen(new GuiFavorites(this));
    }
    if (resources == btn) {
      this.mc.displayGuiScreen(new GuiScreenTemporaryResourcePackSelect(this, this.mc.gameSettings));
    }
    if (about == btn) {
      this.mc.displayGuiScreen(new org.spoutcraft.client.gui.about.GuiNewAbout(this));
    }
    if (options == btn) {
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.