Interface IProductProducer

All Known Subinterfaces:
IBeeSpecies, IFruit, ITree, ITreeSpecies

public interface IProductProducer
Denotes a species that can produce products.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getProducts

      List<IProduct> getProducts()
      Returns:
      The list of possible items that can be produced by this producer.