Examples of GuiButtonCategory


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

        category = i >= categories ? null : allCategories.get(i);
        int x = i % 4;
        int y = i / 4;

        int size = 27;
        GuiButtonCategory button = new GuiButtonCategory(i, left + 18 + x * size, top + 35 + y * size, this, category);
        buttonList.add(button);
      }
    }
    populateBookmarks();
  }
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.