public class CurrentGameParticipant
extends java.lang.Object
| Constructor and Description |
|---|
CurrentGameParticipant() |
| Modifier and Type | Method and Description |
|---|---|
long |
getChampionId() |
static long |
getInstanceCount() |
Mastery[] |
getMasteries() |
long |
getProfileIconId() |
Rune[] |
getRunes() |
long |
getSpell1Id() |
long |
getSpell2Id() |
long |
getSummonerId() |
java.lang.String |
getSummonerName() |
long |
getTeamId() |
boolean |
isBot() |
public static long getInstanceCount()
public boolean isBot()
public long getChampionId()
public Mastery[] getMasteries()
public long getProfileIconId()
public Rune[] getRunes()
public long getSpell1Id()
public long getSpell2Id()
public long getSummonerId()
public java.lang.String getSummonerName()
public long getTeamId()