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