Package forestry.api.apiculture.genetics
Interface IEffect
- All Known Subinterfaces:
IBeeEffect,ITreeEffect
public interface IEffect
Basic effect allele.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvalidateStorage(IEffectData storedData) Returns the passed data storage if it is valid for this effect or a new one if the passed storage object was invalid for this effect.
-
Method Details
-
isCombinable
boolean isCombinable()- Returns:
- Whether this effect can work with another combinable effect on the same chromosome pair.
-
validateStorage
Returns the passed data storage if it is valid for this effect or a new one if the passed storage object was invalid for this effect.- Returns:
IEffectDatafor the next cycle.
-