Package | Description |
---|---|
net.rithms.riot.api.endpoints.spectator.dto |
Modifier and Type | Method and Description |
---|---|
CurrentGameParticipant |
CurrentGameInfo.getParticipantByParticipantId(long summonerId)
Utility method to get the participant by
summonerId . |
CurrentGameParticipant |
CurrentGameInfo.getParticipantByParticipantName(java.lang.String summonerName)
Utility method to get the participant by
summonerName . |
Modifier and Type | Method and Description |
---|---|
java.util.List<CurrentGameParticipant> |
CurrentGameInfo.getParticipants() |