Package | Description |
---|---|
net.rithms.riot.api |
This package provides the
RiotApi class to request data from the Riot Api. |
Modifier and Type | Method and Description |
---|---|
LeagueList |
RiotApi.getChallengerLeagueByQueue(Platform platform,
LeagueQueue queue)
Get the challenger league for a given
queue . |
LeagueList |
RiotApi.getChallengerLeagueByQueue(Platform platform,
java.lang.String queue)
Get the challenger league for a given
queue . |
LeagueList |
RiotApi.getMasterLeagueByQueue(Platform platform,
LeagueQueue queue)
Get the master league for a given
queue . |
LeagueList |
RiotApi.getMasterLeagueByQueue(Platform platform,
java.lang.String queue)
Get the master league for a given
queue . |
Modifier and Type | Method and Description |
---|---|
java.util.List<LeagueList> |
RiotApi.getLeaguesBySummonerId(Platform platform,
long summonerId)
Get leagues in all queues for a given
summonerId . |