Package crazypants.gui

Examples of crazypants.gui.IconButton


    super.initGui();

    int x = guiLeft + xSize - 5 - BUTTON_SIZE;
    int y = guiTop + 62;

    vanillaFurnaceButton = new IconButton(getFontRenderer(), SMELT_MODE_BUTTON_ID, x, y, getIconForMode(), RenderUtil.BLOCK_TEX);
    vanillaFurnaceButton.setSize(BUTTON_SIZE, BUTTON_SIZE);

    buttonList.add(vanillaFurnaceButton);
  }
View Full Code Here

TOP

Related Classes of crazypants.gui.IconButton

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.