Package noppes.npcs.api.handler.data
Interface IQuestCategory
-
public interface IQuestCategory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IQuest
create()
int
getId()
java.lang.String
getName()
java.util.List<IQuest>
quests()
-