Package forestry.api.genetics.alleles
Class TreeChromosomes
java.lang.Object
forestry.api.genetics.alleles.TreeChromosomes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IRegistryChromosome<ITreeEffect>Unimplemented.static final IBooleanChromosomeDetermines if the tree can burn.static final IRegistryChromosome<IFruit>Determines what fruits are grown on the tree.static final IIntegerChromosomeThe diameter of the tree.static final IFloatChromosomeModifies the height of a tree.static final IIntegerChromosomeAmount of random ticks which need to elapse before a sapling will grow into a tree.static final IFloatChromosomeChance for saplings.static final IFloatChromosomeDetermines the speed at which fruit will ripen on this tree.static final IRegistryChromosome<ITreeSpecies>The species of a tree.static final IFloatChromosomeChance for fruit leaves and/or drops. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SPECIES
The species of a tree. -
HEIGHT
Modifies the height of a tree. -
SAPLINGS
Chance for saplings. -
FRUIT
Determines what fruits are grown on the tree. -
YIELD
Chance for fruit leaves and/or drops. -
SAPPINESS
Determines the speed at which fruit will ripen on this tree. -
EFFECT
Unimplemented. All trees added by base Forestry haveForestryAlleles.TREE_EFFECT_NONE. -
MATURATION
Amount of random ticks which need to elapse before a sapling will grow into a tree. -
GIRTH
The diameter of the tree. If the allele is 2, then the tree trunk is a 2x2 and requires four saplings to grow. -
FIREPROOF
Determines if the tree can burn.
-
-
Constructor Details
-
TreeChromosomes
public TreeChromosomes()
-