Uses of Class
io.gs2.cdk.quest.model.options.QuestModelOptions
Packages that use QuestModelOptions
-
Uses of QuestModelOptions in io.gs2.cdk.quest.model
Constructors in io.gs2.cdk.quest.model with parameters of type QuestModelOptionsModifierConstructorDescriptionQuestModel(String name, List<Contents> contents, QuestModelOptions options) -
Uses of QuestModelOptions in io.gs2.cdk.quest.model.options
Methods in io.gs2.cdk.quest.model.options that return QuestModelOptionsModifier and TypeMethodDescriptionQuestModelOptions.withChallengePeriodEventId(String challengePeriodEventId) QuestModelOptions.withConsumeActions(List<ConsumeAction> consumeActions) QuestModelOptions.withFailedAcquireActions(List<AcquireAction> failedAcquireActions) QuestModelOptions.withFirstCompleteAcquireActions(List<AcquireAction> firstCompleteAcquireActions) QuestModelOptions.withMetadata(String metadata) QuestModelOptions.withPremiseQuestNames(List<String> premiseQuestNames)