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 |
---|---|
TeamStats |
MatchEntity.TeamEntity.getTeamStats() |
Modifier and Type | Field and Description |
---|---|
List<TeamStats> |
Match.teams
Team information.
|
Constructor and Description |
---|
Match(long gameCreation,
long gameDuration,
long gameId,
String gameMode,
String gameType,
String gameVersion,
int mapId,
List<ParticipantIdentity> participantIdentities,
List<Participant> participants,
String platformId,
int queueId,
int seasonId,
List<TeamStats> teams) |
Copyright © 2019. All rights reserved.