| Package | Description |
|---|---|
| net.rithms.riot.api |
This package provides the
RiotApi class to request data from the Riot Api. |
| net.rithms.riot.api.endpoints.league.constant |
| Modifier and Type | Method and Description |
|---|---|
AsyncRequest |
RiotApiAsync.getChallengerLeagueByQueue(Platform platform,
LeagueQueue queue)
Get the challenger league for a given
queue. |
LeagueList |
RiotApi.getChallengerLeagueByQueue(Platform platform,
LeagueQueue queue)
Get the challenger league for a given
queue. |
AsyncRequest |
RiotApiAsync.getMasterLeagueByQueue(Platform platform,
LeagueQueue queue)
Get the master league for a given
queue. |
LeagueList |
RiotApi.getMasterLeagueByQueue(Platform platform,
LeagueQueue queue)
Get the master league for a given
queue. |
| Modifier and Type | Method and Description |
|---|---|
static LeagueQueue |
LeagueQueue.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LeagueQueue[] |
LeagueQueue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|