Package forestry.api.core
Interface IProductProducer
- All Known Subinterfaces:
IBeeSpecies,IFruit,ITree,ITreeSpecies
public interface IProductProducer
Denotes a species that can produce products.
-
Method Summary
-
Method Details
-
getProducts
- Returns:
- The list of possible items that can be produced by this producer.
-