Interface IQuestHandler


public interface IQuestHandler
  • Method Summary

    Modifier and Type Method Description
    java.util.List<IQuestCategory> categories()  
    IQuest get​(int id)  
  • Method Details