Examples of func_146113_a()


Examples of net.minecraft.client.gui.GuiButton.func_146113_a()

    if (par3 == 0) {
      for (int l = 0; l < this.buttonList.size(); ++l) {
        GuiButton guibutton = (GuiButton) this.buttonList.get(l);
        if (guibutton.mousePressed(this.mc, par1, par2)) {
          this.selectedButton = guibutton;
          guibutton.func_146113_a(this.mc.getSoundHandler());
          this.actionPerformed(guibutton);
          handledButton = true;
          break;
        }
      }
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.