public class MatchEntity.ParticipantEntity extends Entity
| Modifier and Type | Method and Description | 
|---|---|
int | 
getParticipantId()  | 
Participant | 
getParticipantInfo()  | 
SummonerEntity | 
getSummonerEntity()
Gets the summoner entity who played as this participantInfo. 
May return cached SummonerEntity instance as described in EntityApi.getSummonerFromPlayer(Player). | 
MatchEntity.TeamEntity | 
getTeam()  | 
int | 
getTeamId()  | 
SortedMap<Long,MatchParticipantFrame> | 
getTimeline()  | 
CompletableFuture<SortedMap<Long,MatchParticipantFrame>> | 
getTimelineAsync()  | 
public int getParticipantId()
public SummonerEntity getSummonerEntity()
EntityApi.getSummonerFromPlayer(Player).null if summoner entity doesn't exist. This occurs when
      matches do not include identity information which usually means the match was unranked.public Participant getParticipantInfo()
public int getTeamId()
TeamId.public MatchEntity.TeamEntity getTeam()
public CompletableFuture<SortedMap<Long,MatchParticipantFrame>> getTimelineAsync()
public SortedMap<Long,MatchParticipantFrame> getTimeline()
Copyright © 2019. All rights reserved.