| 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. | 
| com.mingweisamuel.zyra.matchV4 | 
 DTOs for match-v4. 
These DTOs are automatically generated and should not be modified directly.  | 
| Modifier and Type | Method and Description | 
|---|---|
SortedMap<Long,MatchParticipantFrame> | 
MatchEntity.ParticipantEntity.getTimeline()  | 
CompletableFuture<SortedMap<Long,MatchParticipantFrame>> | 
MatchEntity.ParticipantEntity.getTimelineAsync()  | 
| Modifier and Type | Field and Description | 
|---|---|
Map<String,MatchParticipantFrame> | 
MatchFrame.participantFrames  | 
| Constructor and Description | 
|---|
MatchFrame(List<MatchEvent> events,
          Map<String,MatchParticipantFrame> participantFrames,
          long timestamp)  | 
Copyright © 2019. All rights reserved.