Package thaumic.tinkerer.client.gui.button.kami

Examples of thaumic.tinkerer.client.gui.button.kami.GuiButtonWG


    super.initGui();
    x = (width - xSize) / 2;
    y = (height - ySize) / 2;

    buttonList.clear();
    buttonList.add(new GuiButtonWG(0, x + 5, y + 5, warpGate.locked));
  }
View Full Code Here

TOP

Related Classes of thaumic.tinkerer.client.gui.button.kami.GuiButtonWG

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.