BloodMagic/BM_src/forestry/api/genetics/IAlleleTolerance.java

11 lines
203 B
Java
Raw Normal View History

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