}
boolean handledButton = false;
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;