| Package | Description |
|---|---|
| net.joelinn.riot.staticdata |
| Modifier and Type | Method and Description |
|---|---|
static ChampData |
ChampData.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChampData[] |
ChampData.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Champion |
StaticDataClient.getChampion(int championId,
ChampData... champData) |
Champion |
StaticDataClient.getChampion(int championId,
String locale,
String version,
ChampData... champData)
Retrieve data for a single champion
|
ChampionList |
StaticDataClient.getChampions(ChampData... champData) |
ChampionList |
StaticDataClient.getChampions(String locale,
String version,
ChampData... champData)
Retrieve champion list
|
Copyright © 2014. All rights reserved.