Package vazkii.botania.common.lexicon.page

Examples of vazkii.botania.common.lexicon.page.PageGuide


    LexiconCategory categoryAlfhomancy = BotaniaAPI.categoryAlfhomancy;
    LexiconCategory categoryMisc = BotaniaAPI.categoryMisc;
   
    // BASICS ENTRIES
    introVideo = new BLexiconEntry(LibLexicon.BASICS_INTRO_VIDEO, categoryBasics);
    introVideo.setPriority().setLexiconPages(new PageGuide("0"));

    flowers = new BLexiconEntry(LibLexicon.BASICS_FLOWERS, categoryBasics);
    flowers.setPriority().setLexiconPages(new PageText("0"), new PageImage("1", LibResources.ENTRY_FLOWERS), new PageText("2"), new PageCraftingRecipe("3", ModCraftingRecipes.recipesPetals), new PageCraftingRecipe("4", ModCraftingRecipes.recipePestleAndMortar), new PageCraftingRecipe("5", ModCraftingRecipes.recipesDyes),
        new PageText("6"), new PageCraftingRecipe("7", ModCraftingRecipes.recipeFertilizerPowder), new PageCraftingRecipe("8", ModCraftingRecipes.recipeFerilizerDye));
View Full Code Here

TOP

Related Classes of vazkii.botania.common.lexicon.page.PageGuide

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.