Interface IQuestCategory


public interface IQuestCategory
  • Method Summary

    Modifier and Type Method Description
    IQuest create()  
    java.lang.String getName()  
    java.util.List<IQuest> quests()  
  • Method Details

    • quests

      java.util.List<IQuest> quests()
    • getName

      java.lang.String getName()
    • create

      IQuest create()