public class CurrentGameInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
notInGame |
| Constructor and Description |
|---|
CurrentGameInfo() |
| Modifier and Type | Method and Description |
|---|---|
BannedChampion[] |
getBannedChampions() |
long |
getGameId() |
long |
getGameLength() |
GameMode |
getGameMode() |
long |
getGameQueueConfigId() |
long |
getGameStartTime() |
GameType |
getGameType() |
static long |
getInstanceCount() |
long |
getMapId() |
Observer |
getObservers() |
CurrentGameParticipant[] |
getParticipants() |
PlatformId |
getPlatformId() |
public static long getInstanceCount()
public long getGameId()
-1 if not defined.public long getGameLength()
-1 if not defined.public GameMode getGameMode()
public long getGameQueueConfigId()
public long getGameStartTime()
-1 if not defined.public GameType getGameType()
public BannedChampion[] getBannedChampions()
public long getMapId()
-1 if not defined.public Observer getObservers()
public CurrentGameParticipant[] getParticipants()
public PlatformId getPlatformId()