Package forestry.api.arboriculture
Interface ITreeModifier
public interface ITreeModifier
-
Method Summary
Modifier and TypeMethodDescriptionfloatgetHeightModifier(IGenome genome, float currentModifier) floatgetMaturationModifier(IGenome genome, float currentModifier) floatgetMutationModifier(IGenome genome0, IGenome genome1, float currentModifier) floatgetSappinessModifier(IGenome genome, float currentModifier) floatgetYieldModifier(IGenome genome, float currentModifier)
-
Method Details
-
getHeightModifier
- Returns:
- Float used to modify the height.
-
getYieldModifier
- Returns:
- Float used to modify the yield.
-
getSappinessModifier
- Returns:
- Float used to modify the sappiness.
-
getMaturationModifier
- Returns:
- Float used to modify the maturation.
-
getMutationModifier
- Returns:
- Float used to modify the base mutation chance.
-