| Package | Description |
|---|---|
| io.gs2.quest.model | |
| io.gs2.quest.request |
| Modifier and Type | Method and Description |
|---|---|
static ScriptSetting |
ScriptSetting.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
ScriptSetting |
Namespace.getCompleteQuestScript() |
ScriptSetting |
Namespace.getFailedQuestScript() |
ScriptSetting |
Namespace.getStartQuestScript() |
ScriptSetting |
ScriptSetting.withDoneTriggerQueueNamespaceId(String doneTriggerQueueNamespaceId) |
ScriptSetting |
ScriptSetting.withDoneTriggerScriptId(String doneTriggerScriptId) |
ScriptSetting |
ScriptSetting.withDoneTriggerTargetType(String doneTriggerTargetType) |
ScriptSetting |
ScriptSetting.withTriggerScriptId(String triggerScriptId) |
| Modifier and Type | Method and Description |
|---|---|
void |
Namespace.setCompleteQuestScript(ScriptSetting completeQuestScript) |
void |
Namespace.setFailedQuestScript(ScriptSetting failedQuestScript) |
void |
Namespace.setStartQuestScript(ScriptSetting startQuestScript) |
Namespace |
Namespace.withCompleteQuestScript(ScriptSetting completeQuestScript) |
Namespace |
Namespace.withFailedQuestScript(ScriptSetting failedQuestScript) |
Namespace |
Namespace.withStartQuestScript(ScriptSetting startQuestScript) |
| Modifier and Type | Method and Description |
|---|---|
ScriptSetting |
CreateNamespaceRequest.getCompleteQuestScript() |
ScriptSetting |
UpdateNamespaceRequest.getCompleteQuestScript() |
ScriptSetting |
CreateNamespaceRequest.getFailedQuestScript() |
ScriptSetting |
UpdateNamespaceRequest.getFailedQuestScript() |
ScriptSetting |
CreateNamespaceRequest.getStartQuestScript() |
ScriptSetting |
UpdateNamespaceRequest.getStartQuestScript() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateNamespaceRequest.setCompleteQuestScript(ScriptSetting completeQuestScript) |
void |
UpdateNamespaceRequest.setCompleteQuestScript(ScriptSetting completeQuestScript) |
void |
CreateNamespaceRequest.setFailedQuestScript(ScriptSetting failedQuestScript) |
void |
UpdateNamespaceRequest.setFailedQuestScript(ScriptSetting failedQuestScript) |
void |
CreateNamespaceRequest.setStartQuestScript(ScriptSetting startQuestScript) |
void |
UpdateNamespaceRequest.setStartQuestScript(ScriptSetting startQuestScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withCompleteQuestScript(ScriptSetting completeQuestScript) |
UpdateNamespaceRequest |
UpdateNamespaceRequest.withCompleteQuestScript(ScriptSetting completeQuestScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withFailedQuestScript(ScriptSetting failedQuestScript) |
UpdateNamespaceRequest |
UpdateNamespaceRequest.withFailedQuestScript(ScriptSetting failedQuestScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withStartQuestScript(ScriptSetting startQuestScript) |
UpdateNamespaceRequest |
UpdateNamespaceRequest.withStartQuestScript(ScriptSetting startQuestScript) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.