| Package | Description |
|---|---|
| net.rithms.riot.api.endpoints.match.dto |
| Modifier and Type | Method and Description |
|---|---|
Participant |
Match.getParticipantByAccountId(long accountId)
Utility method to get the participant by
accountId. |
Participant |
Match.getParticipantByParticipantId(int participantId)
Utility method to get the participant by
participantId. |
Participant |
Match.getParticipantBySummonerId(long summonerId)
Utility method to get the participant by
summonerId. |
Participant |
Match.getParticipantBySummonerName(java.lang.String summonerName)
Utility method to get the participant by
summonerName. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Participant> |
Match.getParticipants() |