Package forestry.core.gui.buttons

Examples of forestry.core.gui.buttons.GuiBetterButton


  @SuppressWarnings("unchecked")
  @Override
  public void initGui() {
    super.initGui();

    buttonList.add(new GuiBetterButton(1, guiLeft + 99, guiTop + 7, StandardButtonTextureSets.LEFT_BUTTON_SMALL));
    buttonList.add(new GuiBetterButton(2, guiLeft + 180, guiTop + 7, StandardButtonTextureSets.RIGHT_BUTTON_SMALL));
  }
View Full Code Here

TOP

Related Classes of forestry.core.gui.buttons.GuiBetterButton

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.