Examples of FruitFamily


Examples of forestry.core.genetics.FruitFamily

    IClassification tropical = new BranchTrees("Tropical", "");

    IClassification carica = new BranchTrees("carica", "Carica");

    IFruitFamily prunes = new FruitFamily("prunes", "Prunus domestica");
    IFruitFamily pomes = new FruitFamily("pomes", "Pomum");
    IFruitFamily jungle = new FruitFamily("jungle", "Tropicus");
    IFruitFamily nux = new FruitFamily("nuts", "Nux");

    // Deciduous
    Allele.treeOak = new AlleleTreeSpecies("treeOak", false, "appleOak", quercus, "robur",
        proxy.getFoliageColorBasic(), WorldGenOak.class, new ItemStack(Blocks.log, 1, 0)).addFruitFamily(pomes)
        .setVanillaMap(0);
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.