Package noppes.npcs.api.handler
Interface IQuestHandler
-
public interface IQuestHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<IQuestCategory>
categories()
IQuest
get(int var1)
-
-
-
Method Detail
-
categories
java.util.List<IQuestCategory> categories()
-
get
IQuest get(int var1)
-
-