Package forestry.api.client.genetics
Interface IGeneticClientManager
public interface IGeneticClientManager
-
Method Summary
Modifier and TypeMethodDescription<S extends ISpecies<I>,I extends IIndividual>
IAnalyzerPlugin<S,I> getAnalyzerPlugin(ISpeciesType<S, I> type) Retrieves the new-style analyzer plugin used to display genetic information.
-
Method Details
-
getAnalyzerPlugin
@Nullable <S extends ISpecies<I>,I extends IIndividual> IAnalyzerPlugin<S,I> getAnalyzerPlugin(ISpeciesType<S, I> type) Retrieves the new-style analyzer plugin used to display genetic information.- Parameters:
type- The species type to display information for- Returns:
- The plugin to use for displaying information, or
nullif no plugin was registered.
-