Package | Description |
---|---|
com.mingweisamuel.zyra.entity |
Entity classes, high level representations of Riot API objects for ease of use.
All objects should be created via the EntityApi get* methods. |
Modifier and Type | Method and Description |
---|---|
MatchEntity.ParticipantEntity |
MatchEntity.getParticipant(SummonerEntity summonerEntity)
Gets the Participant corresponding to the given SummonerEntity.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<MatchEntity.ParticipantEntity> |
MatchEntity.getParticipantAsync(SummonerEntity summonerEntity)
Gets a CompletableFuture of the Participant corresponding to the given SummonerEntity.
|
List<MatchEntity.ParticipantEntity> |
MatchEntity.getParticipants() |
List<MatchEntity.ParticipantEntity> |
MatchEntity.TeamEntity.getParticipants() |
CompletableFuture<List<MatchEntity.ParticipantEntity>> |
MatchEntity.getParticipantsAsync() |
Copyright © 2019. All rights reserved.