Package forestry.api.genetics
@ParametersAreNonnullByDefault
package forestry.api.genetics
-
ClassDescriptionThe three types of species registered by base Forestry.Names of all taxa defined by base Forestry.Used to display information in the Portable Analyzer.Keeps track of who bred, discovered, and researched which species in a world.Container to hold some temporary data for bee, tree and butterfly effects.Can be implemented by tile entities which can bear fruit.Home to all things genetics.Holds the
AllelePairs which comprise the traits of a given individual.An individual belongs to a certain species and has a genome and life stage.An individual with health and a lifespan.The replacement for the old ISpeciesType class.Represents a mutation between two species (in any order) into a third species.IMutationManager<S extends ISpecies<?>>Keeps track of mutations involving members of a certain species type.ISpecies<I extends IIndividual>Represents a type of species/individuals.Biological classifications from domain down to genus.A default allele associated with a taxon.Represents taxonomic ranks, sometimes called levels of classification, for anITaxon.