Interface ISpecialtyProducer

All Known Subinterfaces:
IBeeSpecies, IFruit, ITree, ITreeSpecies

public interface ISpecialtyProducer
Denotes a species that can produce "specialty" products when in a jubilant state, as described by IBeeJubilance or something similar.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getSpecialties

      List<IProduct> getSpecialties()
      Returns:
      The list of possible items that this producer can only produce when in a jubilant state.