Uses of Interface
noppes.npcs.api.handler.data.IQuest
Packages that use IQuest
Package
Description
-
Uses of IQuest in noppes.npcs.api.entity
Methods in noppes.npcs.api.entity that return IQuestModifier and TypeMethodDescriptionIQuest[]IPlayer.getActiveQuests()IQuest[]IPlayer.getFinishedQuests() -
Uses of IQuest in noppes.npcs.api.entity.data
Methods in noppes.npcs.api.entity.data that return IQuest -
Uses of IQuest in noppes.npcs.api.event
Fields in noppes.npcs.api.event declared as IQuestConstructors in noppes.npcs.api.event with parameters of type IQuestModifierConstructorDescriptionQuestCompletedEvent(IPlayer player, IQuest quest) QuestEvent(IPlayer player, IQuest quest) QuestStartEvent(IPlayer player, IQuest quest) QuestTurnedInEvent(IPlayer player, IQuest quest) -
Uses of IQuest in noppes.npcs.api.handler
Methods in noppes.npcs.api.handler that return IQuest -
Uses of IQuest in noppes.npcs.api.handler.data
Methods in noppes.npcs.api.handler.data that return IQuestModifier and TypeMethodDescriptionIQuestCategory.create()IQuest.getNextQuest()IDialog.getQuest()Methods in noppes.npcs.api.handler.data that return types with arguments of type IQuestMethods in noppes.npcs.api.handler.data with parameters of type IQuest