Examples of GuiButtonATRadio


Examples of thaumic.tinkerer.client.gui.button.GuiButtonATRadio

    super.initGui();
    x = (width - xSize) / 2;
    y = (height - ySize) / 2;
    buttonListAT.clear();
    addButton(new GuiButtonAT(0, x + xSize / 2 - 7, y + 60, tablet.redstone));
    addButton(new GuiButtonATRadio(1, x + 52, y + 15, tablet.leftClick, radioButtons));
    addButton(new GuiButtonATRadio(2, x + 111, y + 15, !tablet.leftClick, radioButtons));
    buttonList = buttonListAT;
  }
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.