Uses of Enum Class
io.gs2.cdk.mission.model.enums.CounterScopeModelResetType
Packages that use CounterScopeModelResetType
-
Uses of CounterScopeModelResetType in io.gs2.cdk.mission.model
Constructors in io.gs2.cdk.mission.model with parameters of type CounterScopeModelResetTypeModifierConstructorDescriptionCounterScopeModel(CounterScopeModelResetType resetType) CounterScopeModel(CounterScopeModelResetType resetType, CounterScopeModelOptions options) -
Uses of CounterScopeModelResetType in io.gs2.cdk.mission.model.enums
Methods in io.gs2.cdk.mission.model.enums that return CounterScopeModelResetTypeModifier and TypeMethodDescriptionstatic CounterScopeModelResetTypeReturns the enum constant of this class with the specified name.static CounterScopeModelResetType[]CounterScopeModelResetType.values()Returns an array containing the constants of this enum class, in the order they are declared.