Uses of Class
io.gs2.enchant.model.RarityParameterCountModel
Packages that use RarityParameterCountModel
-
Uses of RarityParameterCountModel in io.gs2.enchant.model
Methods in io.gs2.enchant.model that return RarityParameterCountModelModifier and TypeMethodDescriptionstatic RarityParameterCountModelRarityParameterCountModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) RarityParameterCountModel.withWeight(Integer weight) Methods in io.gs2.enchant.model that return types with arguments of type RarityParameterCountModelModifier and TypeMethodDescriptionRarityParameterModel.getParameterCounts()RarityParameterModelMaster.getParameterCounts()Method parameters in io.gs2.enchant.model with type arguments of type RarityParameterCountModelModifier and TypeMethodDescriptionvoidRarityParameterModel.setParameterCounts(List<RarityParameterCountModel> parameterCounts) voidRarityParameterModelMaster.setParameterCounts(List<RarityParameterCountModel> parameterCounts) RarityParameterModel.withParameterCounts(List<RarityParameterCountModel> parameterCounts) RarityParameterModelMaster.withParameterCounts(List<RarityParameterCountModel> parameterCounts) -
Uses of RarityParameterCountModel in io.gs2.enchant.request
Methods in io.gs2.enchant.request that return types with arguments of type RarityParameterCountModelModifier and TypeMethodDescriptionCreateRarityParameterModelMasterRequest.getParameterCounts()UpdateRarityParameterModelMasterRequest.getParameterCounts()Method parameters in io.gs2.enchant.request with type arguments of type RarityParameterCountModelModifier and TypeMethodDescriptionvoidCreateRarityParameterModelMasterRequest.setParameterCounts(List<RarityParameterCountModel> parameterCounts) voidUpdateRarityParameterModelMasterRequest.setParameterCounts(List<RarityParameterCountModel> parameterCounts) CreateRarityParameterModelMasterRequest.withParameterCounts(List<RarityParameterCountModel> parameterCounts) UpdateRarityParameterModelMasterRequest.withParameterCounts(List<RarityParameterCountModel> parameterCounts)