Package forestry.api
Interface IForestryApi
public interface IForestryApi
The Forestry API class is used to query all sorts of data used by Forestry.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
INSTANCE
-
-
Method Details
-
getModuleManager
IModuleManager getModuleManager() -
getFarmingManager
IFarmingManager getFarmingManager() -
getErrorManager
IErrorManager getErrorManager() -
getClimateManager
IClimateManager getClimateManager() -
getHiveManager
IHiveManager getHiveManager() -
getTreeManager
ITreeManager getTreeManager()- Since:
- 2.6.0
-
getGeneticManager
IGeneticManager getGeneticManager()- Returns:
- The genetic manager, used to track taxonomy, mutations, species types, and registered species.
- See Also:
-
getAlleleManager
IAlleleManager getAlleleManager()- Returns:
- The allele manager, used to manage allele instances and ensures that there is at most one allele instance representing a certain value. Also used to create and register chromosomes as well as providing the allele codec.
- See Also:
-
getFilterManager
IFilterManager getFilterManager() -
getCircuitManager
ICircuitManager getCircuitManager() -
getPollenManager
IPollenManager getPollenManager()
-