Examples of GuiButtonMMRadio


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
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.