| Package | Description |
|---|---|
| net.joelinn.riot.league |
| Modifier and Type | Method and Description |
|---|---|
League |
LeagueClient.getChallengerLeague(SubType type)
Retrieve challenger tier leagues
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<League>> |
LeagueClient.getLeagueEntriesByTeam(String... teamIds)
Retrieve league entries for one or more teams
|
Map<String,List<League>> |
LeagueClient.getLeagueEntryBySummoner(long... summonerIds)
Retrieve leagues entry data for one or more summoners, including league entries for all of the summoners' teams
|
Map<String,List<League>> |
LeagueClient.getLeaguesBySummoner(long... summonerIds)
Retrieve leagues data for one or more summoners
|
Map<String,List<League>> |
LeagueClient.getLeaguesByTeam(String... teamIds)
Retrieve leagues data for one or more teams
|
Copyright © 2014. All rights reserved.