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 |
---|---|
Item |
RiotApi.getDataItem(Platform platform,
int id)
Retrieves item by
id . |
Item |
RiotApi.getDataItem(Platform platform,
int id,
Locale locale,
java.lang.String version,
ItemTags... tags)
Retrieves item by
id . |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Item> |
ItemList.getData() |