BloodMagic/BM_src/forestry/api/genetics/IAlleleArea.java
2014-01-25 20:36:28 -05:00

10 lines
189 B
Java

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