Uses of Interface
moe.maple.api.script.model.object.user.QuestObject
| Package | Description |
|---|---|
| moe.maple.api.script.model | |
| moe.maple.api.script.model.object.user |
-
Uses of QuestObject in moe.maple.api.script.model
Fields in moe.maple.api.script.model declared as QuestObject Modifier and Type Field Description protected QuestObject<?>BaseScript. questprotected QuestObject<?>QuestScript. selfMethods in moe.maple.api.script.model that return types with arguments of type QuestObject Modifier and Type Method Description Optional<QuestObject<?>>BaseScript. getQuestObject()Optional<QuestObject<?>>MoeScript. getQuestObject()Methods in moe.maple.api.script.model with parameters of type QuestObject Modifier and Type Method Description voidBaseScript. setQuestObject(QuestObject<?> quest)voidMoeScript. setQuestObject(QuestObject<?> object)voidQuestScript. setQuestObject(QuestObject quest) -
Uses of QuestObject in moe.maple.api.script.model.object.user
Methods in moe.maple.api.script.model.object.user that return types with arguments of type QuestObject Modifier and Type Method Description Optional<QuestObject>QuestHolderObject. getQuest(int questId)