Package thaumic.tinkerer.client.gui.button

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


  public void initGui() {
    super.initGui();
    x = (width - xSize) / 2;
    y = (height - ySize) / 2;
    buttonListMM.clear();
    addButton(new GuiButtonMMRadio(0, x + 100, y + 28, mobMagnet.adult, radioButtons));
    addButton(new GuiButtonMMRadio(1, x + 100, y + 48, !mobMagnet.adult, radioButtons));
    buttonList = buttonListMM;
  }
View Full Code Here

TOP

Related Classes of thaumic.tinkerer.client.gui.button.GuiButtonMMRadio

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.