| Package | Description |
|---|---|
| io.gs2.mission.model |
| Modifier and Type | Method and Description |
|---|---|
static ScopedValue |
ScopedValue.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
ScopedValue |
ScopedValue.withNextResetAt(Long nextResetAt) |
ScopedValue |
ScopedValue.withResetType(String resetType) |
ScopedValue |
ScopedValue.withUpdatedAt(Long updatedAt) |
ScopedValue |
ScopedValue.withValue(Long value) |
| Modifier and Type | Method and Description |
|---|---|
List<ScopedValue> |
Counter.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
Counter.setValues(List<ScopedValue> values) |
Counter |
Counter.withValues(List<ScopedValue> values) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.