Uses of Class
io.gs2.enchant.model.BalanceParameterValueModel
Packages that use BalanceParameterValueModel
-
Uses of BalanceParameterValueModel in io.gs2.enchant.model
Methods in io.gs2.enchant.model that return BalanceParameterValueModelModifier and TypeMethodDescriptionstatic BalanceParameterValueModelBalanceParameterValueModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) BalanceParameterValueModel.withMetadata(String metadata) Methods in io.gs2.enchant.model that return types with arguments of type BalanceParameterValueModelModifier and TypeMethodDescriptionBalanceParameterModel.getParameters()BalanceParameterModelMaster.getParameters()Method parameters in io.gs2.enchant.model with type arguments of type BalanceParameterValueModelModifier and TypeMethodDescriptionvoidBalanceParameterModel.setParameters(List<BalanceParameterValueModel> parameters) voidBalanceParameterModelMaster.setParameters(List<BalanceParameterValueModel> parameters) BalanceParameterModel.withParameters(List<BalanceParameterValueModel> parameters) BalanceParameterModelMaster.withParameters(List<BalanceParameterValueModel> parameters) -
Uses of BalanceParameterValueModel in io.gs2.enchant.request
Methods in io.gs2.enchant.request that return types with arguments of type BalanceParameterValueModelModifier and TypeMethodDescriptionCreateBalanceParameterModelMasterRequest.getParameters()UpdateBalanceParameterModelMasterRequest.getParameters()Method parameters in io.gs2.enchant.request with type arguments of type BalanceParameterValueModelModifier and TypeMethodDescriptionvoidCreateBalanceParameterModelMasterRequest.setParameters(List<BalanceParameterValueModel> parameters) voidUpdateBalanceParameterModelMasterRequest.setParameters(List<BalanceParameterValueModel> parameters) CreateBalanceParameterModelMasterRequest.withParameters(List<BalanceParameterValueModel> parameters) UpdateBalanceParameterModelMasterRequest.withParameters(List<BalanceParameterValueModel> parameters)