Package | Description |
---|---|
net.rithms.riot.api |
This package provides the
RiotApi class to request data from the Riot Api. |
net.rithms.riot.api.endpoints.static_data.dto |
Modifier and Type | Method and Description |
---|---|
Rune |
RiotApi.getDataRune(Platform platform,
int id)
Retrieves rune by
id . |
Rune |
RiotApi.getDataRune(Platform platform,
int id,
Locale locale,
java.lang.String version,
RuneTags... tags)
Retrieves rune by
id . |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Rune> |
RuneList.getData() |