Package forestry.arboriculture.genetics

Examples of forestry.arboriculture.genetics.GrowthProviderTropical


    Allele.fruitPlum = new AlleleFruit("fruitPlum", new FruitProviderRipening("plum", prunes, ForestryItem.fruits.getItemStack(1, EnumFruit.PLUM.ordinal()), 1.0f).setColours(0x663446, 0xeeff1a).setOverlay("plums"), true);

    // / TREES // GROWTH PROVIDER 1350 - 1399
    Allele.growthLightlevel = new AlleleGrowth("growthLightlevel", new GrowthProvider());
    Allele.growthAcacia = new AlleleGrowth("growthAcacia", new GrowthProvider());
    Allele.growthTropical = new AlleleGrowth("growthTropical", new GrowthProviderTropical());

    // / TREES // EFFECTS 1900 - 1999
    Allele.leavesNone = new AlleleLeafEffectNone("leavesNone");

  }
View Full Code Here

TOP

Related Classes of forestry.arboriculture.genetics.GrowthProviderTropical

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.