blob: 308d98caa68274f7e1c06e8f0d4b05b04f6d3327 [file] [log] [blame] [raw]
package forestry.api.genetics;
/**
* Simple interface to allow adding additional alleles containing float values.
*/
public interface IAlleleArea extends IAllele {
int[] getValue();
}