Package net.minecraft.client.gui

Examples of net.minecraft.client.gui.GuiScreenResourcePacks


      mc.displayGuiScreen(this.parentScreen);
    }
    else if (par1GuiButton.id == 199)
    {
      // This triggers onGuiClosed
      this.mc.displayGuiScreen(new GuiScreenResourcePacks(this));
    }
    else if (par1GuiButton.id == 201)
    {
      mc.displayGuiScreen(new MAtGuiMenu(this.parentScreen, this.mod, this.pageFromZero - 1));
    }
View Full Code Here

TOP

Related Classes of net.minecraft.client.gui.GuiScreenResourcePacks

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.