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 |
---|---|
ChampionMastery |
RiotApi.getChampionMasteriesBySummonerByChampion(Platform platform,
long summonerId,
int championId)
Get a champion mastery by
summonerId and championId . |
Modifier and Type | Method and Description |
---|---|
java.util.List<ChampionMastery> |
RiotApi.getChampionMasteriesBySummoner(Platform platform,
long summonerId)
Get all champion mastery entries sorted by number of champion points descending
|