Uses of Class
io.gs2.matchmaking.model.GameResult
Packages that use GameResult
-
Uses of GameResult in io.gs2.matchmaking.model
Methods in io.gs2.matchmaking.model that return GameResultModifier and TypeMethodDescriptionstatic GameResultGameResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) GameResult.withUserId(String userId) Methods in io.gs2.matchmaking.model that return types with arguments of type GameResultMethod parameters in io.gs2.matchmaking.model with type arguments of type GameResultModifier and TypeMethodDescriptionvoidWrittenBallot.setGameResults(List<GameResult> gameResults) WrittenBallot.withGameResults(List<GameResult> gameResults) -
Uses of GameResult in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return types with arguments of type GameResultModifier and TypeMethodDescriptionPutResultRequest.getGameResults()VoteMultipleRequest.getGameResults()VoteRequest.getGameResults()Method parameters in io.gs2.matchmaking.request with type arguments of type GameResultModifier and TypeMethodDescriptionvoidPutResultRequest.setGameResults(List<GameResult> gameResults) voidVoteMultipleRequest.setGameResults(List<GameResult> gameResults) voidVoteRequest.setGameResults(List<GameResult> gameResults) PutResultRequest.withGameResults(List<GameResult> gameResults) VoteMultipleRequest.withGameResults(List<GameResult> gameResults) VoteRequest.withGameResults(List<GameResult> gameResults)