Uses of Class
io.gs2.matchmaking.model.Player
Packages that use Player
-
Uses of Player in io.gs2.matchmaking.model
Methods in io.gs2.matchmaking.model that return PlayerModifier and TypeMethodDescriptionstatic PlayerPlayer.fromJson(com.fasterxml.jackson.databind.JsonNode data) Player.withAttributes(List<Attribute> attributes) Player.withCreatedAt(Long createdAt) Player.withDenyUserIds(List<String> denyUserIds) Player.withRoleName(String roleName) Player.withUserId(String userId) Methods in io.gs2.matchmaking.model that return types with arguments of type PlayerMethod parameters in io.gs2.matchmaking.model with type arguments of type PlayerModifier and TypeMethodDescriptionvoidCapacityOfRole.setParticipants(List<Player> participants) CapacityOfRole.withParticipants(List<Player> participants) -
Uses of Player in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return PlayerModifier and TypeMethodDescriptionCreateGatheringByUserIdRequest.getPlayer()CreateGatheringRequest.getPlayer()DoMatchmakingByPlayerRequest.getPlayer()DoMatchmakingByUserIdRequest.getPlayer()DoMatchmakingRequest.getPlayer()Methods in io.gs2.matchmaking.request with parameters of type PlayerModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidCreateGatheringByUserIdRequest.withPlayer(Player player) CreateGatheringRequest.withPlayer(Player player) DoMatchmakingByPlayerRequest.withPlayer(Player player) DoMatchmakingByUserIdRequest.withPlayer(Player player) DoMatchmakingRequest.withPlayer(Player player)