Uses of Enum Class
io.gs2.cdk.mission.model.enums.ScopedValueResetType
Packages that use ScopedValueResetType
-
Uses of ScopedValueResetType in io.gs2.cdk.mission.model
Constructors in io.gs2.cdk.mission.model with parameters of type ScopedValueResetTypeModifierConstructorDescriptionScopedValue(ScopedValueResetType resetType, Long value) ScopedValue(ScopedValueResetType resetType, Long value, ScopedValueOptions options) -
Uses of ScopedValueResetType in io.gs2.cdk.mission.model.enums
Methods in io.gs2.cdk.mission.model.enums that return ScopedValueResetTypeModifier and TypeMethodDescriptionstatic ScopedValueResetTypeReturns the enum constant of this class with the specified name.static ScopedValueResetType[]ScopedValueResetType.values()Returns an array containing the constants of this enum class, in the order they are declared.