| Package | Description | 
|---|---|
| com.mingweisamuel.zyra.spectatorV4 | 
 DTOs for spectator-v4. 
These DTOs are automatically generated and should not be modified directly.  | 
| Modifier and Type | Field and Description | 
|---|---|
List<BannedChampion> | 
CurrentGameInfo.bannedChampions
Banned champion information 
 | 
List<BannedChampion> | 
FeaturedGameInfo.bannedChampions
Banned champion information 
 | 
| Constructor and Description | 
|---|
CurrentGameInfo(List<BannedChampion> bannedChampions,
               long gameId,
               long gameLength,
               String gameMode,
               long gameQueueConfigId,
               long gameStartTime,
               String gameType,
               long mapId,
               Observer observers,
               List<CurrentGameParticipant> participants,
               String platformId)  | 
FeaturedGameInfo(List<BannedChampion> bannedChampions,
                long gameId,
                long gameLength,
                String gameMode,
                long gameQueueConfigId,
                long gameStartTime,
                String gameType,
                long mapId,
                Observer observers,
                List<Participant> participants,
                String platformId)  | 
Copyright © 2019. All rights reserved.