Uses of Class
io.gs2.matchmaking.model.CapacityOfRole
Packages that use CapacityOfRole
-
Uses of CapacityOfRole in io.gs2.matchmaking.model
Methods in io.gs2.matchmaking.model that return CapacityOfRoleModifier and TypeMethodDescriptionstatic CapacityOfRoleCapacityOfRole.fromJson(com.fasterxml.jackson.databind.JsonNode data) CapacityOfRole.withCapacity(Integer capacity) CapacityOfRole.withParticipants(List<Player> participants) CapacityOfRole.withRoleAliases(List<String> roleAliases) CapacityOfRole.withRoleName(String roleName) Methods in io.gs2.matchmaking.model that return types with arguments of type CapacityOfRoleMethod parameters in io.gs2.matchmaking.model with type arguments of type CapacityOfRoleModifier and TypeMethodDescriptionvoidGathering.setCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) Gathering.withCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) -
Uses of CapacityOfRole in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return types with arguments of type CapacityOfRoleModifier and TypeMethodDescriptionCreateGatheringByUserIdRequest.getCapacityOfRoles()CreateGatheringRequest.getCapacityOfRoles()Method parameters in io.gs2.matchmaking.request with type arguments of type CapacityOfRoleModifier and TypeMethodDescriptionvoidCreateGatheringByUserIdRequest.setCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) voidCreateGatheringRequest.setCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) CreateGatheringByUserIdRequest.withCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) CreateGatheringRequest.withCapacityOfRoles(List<CapacityOfRole> capacityOfRoles)