public class PlayerStatsService extends Object
| Constructor and Description |
|---|
PlayerStatsService() |
| Modifier and Type | Method and Description |
|---|---|
AggregatedStats |
getAggregatedStats(double id,
GameMode gameMode,
Season season) |
RecentGames |
getRecentGames(double accId) |
List<TeamAggregatedStats> |
getTeamAggregatedStats(TeamId teamId) |
EndOfGameStats |
getTeamEndOfGameStats(TeamId teamId,
double gameId) |
Object |
processEloQuestionaire(SummonerSkillLevel skill) |
PlayerLifetimeStats |
retrievePlayerStatsByAccountId(double accountId,
Season season) |
List<ChampionStatInfo> |
retrieveTopPlayedChampions(double accId,
GameMode mode) |
public Object processEloQuestionaire(SummonerSkillLevel skill)
public PlayerLifetimeStats retrievePlayerStatsByAccountId(double accountId, Season season)
public List<ChampionStatInfo> retrieveTopPlayedChampions(double accId, GameMode mode)
public AggregatedStats getAggregatedStats(double id, GameMode gameMode, Season season)
public RecentGames getRecentGames(double accId)
public List<TeamAggregatedStats> getTeamAggregatedStats(TeamId teamId)
public EndOfGameStats getTeamEndOfGameStats(TeamId teamId, double gameId)
Copyright © 2014. All rights reserved.