Uses of Class
io.gs2.enchant.model.BalanceParameterModel
Packages that use BalanceParameterModel
-
Uses of BalanceParameterModel in io.gs2.enchant.model
Methods in io.gs2.enchant.model that return BalanceParameterModelModifier and TypeMethodDescriptionstatic BalanceParameterModelBalanceParameterModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) BalanceParameterModel.withBalanceParameterModelId(String balanceParameterModelId) BalanceParameterModel.withInitialValueStrategy(String initialValueStrategy) BalanceParameterModel.withMetadata(String metadata) BalanceParameterModel.withParameters(List<BalanceParameterValueModel> parameters) BalanceParameterModel.withTotalValue(Long totalValue) Methods in io.gs2.enchant.model with parameters of type BalanceParameterModel -
Uses of BalanceParameterModel in io.gs2.enchant.result
Methods in io.gs2.enchant.result that return BalanceParameterModelMethods in io.gs2.enchant.result that return types with arguments of type BalanceParameterModelMethods in io.gs2.enchant.result with parameters of type BalanceParameterModelModifier and TypeMethodDescriptionvoidGetBalanceParameterModelResult.setItem(BalanceParameterModel item) GetBalanceParameterModelResult.withItem(BalanceParameterModel item) Method parameters in io.gs2.enchant.result with type arguments of type BalanceParameterModelModifier and TypeMethodDescriptionvoidDescribeBalanceParameterModelsResult.setItems(List<BalanceParameterModel> items) DescribeBalanceParameterModelsResult.withItems(List<BalanceParameterModel> items)