Examples of GuiButtonBookmark


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

    boolean addEnabled = len < 8 && this instanceof IParented && !thisExists;
    for(int i = 0; i < len + (addEnabled ? 1 : 0); i++) {
      boolean isAdd = i == bookmarks.size();
      GuiLexicon gui = isAdd ? null : bookmarks.get(i);
      buttonList.add(new GuiButtonBookmark(BOOKMARK_START + i, left + 138, top + 18 + 14 * i, gui == null ? this : gui, gui == null ? "+" : gui.getTitle()));
    }
  }
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.