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