public class Game extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
championId |
long |
createDate |
String |
createDateAsDate |
Player[] |
fellowPlayers |
long |
gameId |
String |
gameMode |
String |
gameType |
boolean |
invalid |
int |
level |
int |
mapId |
int |
spell1 |
int |
spell2 |
RawStats |
stats |
String |
subType |
int |
teamId |
| Constructor and Description |
|---|
Game() |
public int championId
public long createDate
public String createDateAsDate
public Player[] fellowPlayers
public long gameId
public String gameMode
public String gameType
public boolean invalid
public int level
public int mapId
public int spell1
public int spell2
public RawStats stats
public String subType
public int teamId
Copyright © 2014. All rights reserved.