public interface IBeeMutationFactory
| Modifier and Type | Method and Description |
|---|---|
IBeeMutationBuilder |
createMutation(IAlleleBeeSpecies parentBee0,
IAlleleBeeSpecies parentBee1,
IAllele[] result,
int chance)
Creates a new bee mutation.
|
IBeeMutationBuilder createMutation(IAlleleBeeSpecies parentBee0, IAlleleBeeSpecies parentBee1, IAllele[] result, int chance)
parentBee0 - A parent bee for this mutationparentBee1 - A parent bee for this mutationresult - The resulting alleles for this mutationchance - The chance that breeding the two parent bees will result in this mutation