Examples of AlleleGrowth


Examples of forestry.arboriculture.genetics.AlleleGrowth

    // ForestryItem.fruits, 1, EnumFruit.COCONUT.ordinal()) }));
    Allele.fruitLemon = new AlleleFruit("fruitLemon", new FruitProviderRipening("lemon", prunes, ForestryItem.fruits.getItemStack(1, EnumFruit.LEMON.ordinal()), 1.0f).setColours(0xeeee00, 0x99ff00).setOverlay("citrus"), true);
    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
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.