Uses of Class
io.gs2.matchmaking.model.AttributeRange
Packages that use AttributeRange
-
Uses of AttributeRange in io.gs2.matchmaking.model
Methods in io.gs2.matchmaking.model that return AttributeRangeModifier and TypeMethodDescriptionstatic AttributeRangeAttributeRange.fromJson(com.fasterxml.jackson.databind.JsonNode data) Methods in io.gs2.matchmaking.model that return types with arguments of type AttributeRangeMethod parameters in io.gs2.matchmaking.model with type arguments of type AttributeRangeModifier and TypeMethodDescriptionvoidGathering.setAttributeRanges(List<AttributeRange> attributeRanges) Gathering.withAttributeRanges(List<AttributeRange> attributeRanges) -
Uses of AttributeRange in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return types with arguments of type AttributeRangeModifier and TypeMethodDescriptionCreateGatheringByUserIdRequest.getAttributeRanges()CreateGatheringRequest.getAttributeRanges()UpdateGatheringByUserIdRequest.getAttributeRanges()UpdateGatheringRequest.getAttributeRanges()Method parameters in io.gs2.matchmaking.request with type arguments of type AttributeRangeModifier and TypeMethodDescriptionvoidCreateGatheringByUserIdRequest.setAttributeRanges(List<AttributeRange> attributeRanges) voidCreateGatheringRequest.setAttributeRanges(List<AttributeRange> attributeRanges) voidUpdateGatheringByUserIdRequest.setAttributeRanges(List<AttributeRange> attributeRanges) voidUpdateGatheringRequest.setAttributeRanges(List<AttributeRange> attributeRanges) CreateGatheringByUserIdRequest.withAttributeRanges(List<AttributeRange> attributeRanges) CreateGatheringRequest.withAttributeRanges(List<AttributeRange> attributeRanges) UpdateGatheringByUserIdRequest.withAttributeRanges(List<AttributeRange> attributeRanges) UpdateGatheringRequest.withAttributeRanges(List<AttributeRange> attributeRanges)