Examples of GuiButtonEnchant


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

    buildButtonList();
  }

  public void buildButtonList() {
    buttonList.clear();
    GuiButton enchantButton = new GuiButtonEnchant(this, enchanter, 0, x + 151, y + 33);
    buttonList.add(enchantButton);
    enchantButton.enabled = !enchanter.enchantments.isEmpty();

    for (int i = 0; i < 16; i++) {
      int z = -24;
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.