| Package | Description |
|---|---|
| net.joelinn.riot.staticdata |
| Modifier and Type | Method and Description |
|---|---|
static SpellData |
SpellData.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpellData[] |
SpellData.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SummonerSpell |
StaticDataClient.getSummonerSpell(String spellId,
SpellData... spellData) |
SummonerSpell |
StaticDataClient.getSummonerSpell(String spellId,
String locale,
String version,
SpellData... spellData)
Retrieve a specific summoner spell
|
SummonerSpellList |
StaticDataClient.getSummonerSpells(SpellData... spellData) |
SummonerSpellList |
StaticDataClient.getSummonerSpells(String locale,
String version,
SpellData... spellData)
Retrieve all summoner spells
|
Copyright © 2014. All rights reserved.