blob: 18412e85bfc888b1a25ce5e1d38b7a30fb11a6f0 [file] [log] [blame] [raw]
package forestry.api.genetics;
/**
* AlleleManager.alleleRegistry can be cast to this type.
*/
public interface ILegacyHandler {
void registerLegacyMapping(int id, String uid);
IAllele getFromLegacyMap(int id);
}