package forestry.api.genetics; /** * Simple interface to allow adding additional alleles containing float values. */ public interface IAlleleArea extends IAllele { int[] getValue(); }