Package vazkii.botania.client.gui.lexicon.button

Examples of vazkii.botania.client.gui.lexicon.button.GuiButtonBackWithShift


  @Override
  public void initGui() {
    super.initGui();

    buttonList.add(backButton = new GuiButtonBackWithShift(0, left + guiWidth / 2 - 8, top + guiHeight + 2));
    buttonList.add(leftButton = new GuiButtonPage(1, left, top + guiHeight - 10, false));
    buttonList.add(rightButton = new GuiButtonPage(2, left + guiWidth - 18, top + guiHeight - 10, true));
    buttonList.add(shareButton = new GuiButtonShare(3, left + guiWidth - 6, top - 2));

    LexiconPage page = entry.pages.get(this.page);
View Full Code Here

TOP

Related Classes of vazkii.botania.client.gui.lexicon.button.GuiButtonBackWithShift

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.