Uses of Class
io.gs2.matchmaking.model.CurrentRatingModelMaster
Packages that use CurrentRatingModelMaster
-
Uses of CurrentRatingModelMaster in io.gs2.matchmaking.model
Methods in io.gs2.matchmaking.model that return CurrentRatingModelMasterModifier and TypeMethodDescriptionstatic CurrentRatingModelMasterCurrentRatingModelMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) CurrentRatingModelMaster.withNamespaceId(String namespaceId) CurrentRatingModelMaster.withSettings(String settings) Methods in io.gs2.matchmaking.model with parameters of type CurrentRatingModelMasterModifier and TypeMethodDescriptionintCurrentRatingModelMaster.compareTo(CurrentRatingModelMaster o) -
Uses of CurrentRatingModelMaster in io.gs2.matchmaking.result
Methods in io.gs2.matchmaking.result that return CurrentRatingModelMasterModifier and TypeMethodDescriptionExportMasterResult.getItem()GetCurrentRatingModelMasterResult.getItem()UpdateCurrentRatingModelMasterFromGitHubResult.getItem()UpdateCurrentRatingModelMasterResult.getItem()Methods in io.gs2.matchmaking.result with parameters of type CurrentRatingModelMasterModifier and TypeMethodDescriptionvoidExportMasterResult.setItem(CurrentRatingModelMaster item) voidGetCurrentRatingModelMasterResult.setItem(CurrentRatingModelMaster item) voidUpdateCurrentRatingModelMasterFromGitHubResult.setItem(CurrentRatingModelMaster item) voidUpdateCurrentRatingModelMasterResult.setItem(CurrentRatingModelMaster item) ExportMasterResult.withItem(CurrentRatingModelMaster item) GetCurrentRatingModelMasterResult.withItem(CurrentRatingModelMaster item) UpdateCurrentRatingModelMasterFromGitHubResult.withItem(CurrentRatingModelMaster item) UpdateCurrentRatingModelMasterResult.withItem(CurrentRatingModelMaster item)