public class Team
extends java.lang.Object
RiotApi.Match interface.RiotApi.MatchList| Constructor and Description |
|---|
Team() |
| Modifier and Type | Method and Description |
|---|---|
BannedChampion[] |
getBans()
Implementation note: seems to frequently not be set, even
for ranked games.
|
int |
getBaronKills() |
long |
getDominionVictoryScore() |
int |
getDragonKills() |
int |
getInhibitorKills() |
static long |
getInstanceCount() |
int |
getRiftHeraldKills() |
int |
getTeamId() |
int |
getTowerKills() |
int |
getVilemawKills() |
boolean |
isFirstBaron() |
boolean |
isFirstBlood() |
boolean |
isFirstDragon() |
boolean |
isFirstInhibitor() |
boolean |
isFirstRiftHerald() |
boolean |
isFirstTower() |
boolean |
isWinner() |
public static long getInstanceCount()
public BannedChampion[] getBans()
public int getBaronKills()
public long getDominionVictoryScore()
-1.public int getDragonKills()
-1 if not defined.public boolean isFirstBaron()
public boolean isFirstBlood()
public boolean isFirstDragon()
public boolean isFirstInhibitor()
public boolean isFirstRiftHerald()
public boolean isFirstTower()
public int getInhibitorKills()
-1
if not defined.public int getRiftHeraldKills()
-1
if not defined.public int getTeamId()
-1 if
not defined.public int getTowerKills()
-1
if not defined.public int getVilemawKills()
-1
if not defined.public boolean isWinner()