Uses of Enum Class
io.gs2.cdk.enchant.model.enums.BalanceParameterModelInitialValueStrategy
Packages that use BalanceParameterModelInitialValueStrategy
-
Uses of BalanceParameterModelInitialValueStrategy in io.gs2.cdk.enchant.model
Constructors in io.gs2.cdk.enchant.model with parameters of type BalanceParameterModelInitialValueStrategyModifierConstructorDescriptionBalanceParameterModel(String name, Long totalValue, BalanceParameterModelInitialValueStrategy initialValueStrategy, List<BalanceParameterValueModel> parameters) BalanceParameterModel(String name, Long totalValue, BalanceParameterModelInitialValueStrategy initialValueStrategy, List<BalanceParameterValueModel> parameters, BalanceParameterModelOptions options) -
Uses of BalanceParameterModelInitialValueStrategy in io.gs2.cdk.enchant.model.enums
Methods in io.gs2.cdk.enchant.model.enums that return BalanceParameterModelInitialValueStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.BalanceParameterModelInitialValueStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.