public class FeaturedGameParticipant
extends java.lang.Object
| Constructor and Description |
|---|
FeaturedGameParticipant() |
| Modifier and Type | Method and Description |
|---|---|
long |
getChampionId() |
static long |
getInstanceCount() |
long |
getProfileIconId()
Implementation note:
0 is a
valid icon ID. |
long |
getSpell1Id() |
long |
getSpell2Id() |
java.lang.String |
getSummonerName() |
long |
getTeamId() |
boolean |
isBot() |
public static long getInstanceCount()
public boolean isBot()
false if not defined.public long getChampionId()
-1 if not defined.public long getProfileIconId()
0 is a
valid icon ID. It happens to be this little
guy:-1 if not defined.public long getSpell1Id()
-1 if not defined.public long getSpell2Id()
-1 if not defined.public java.lang.String getSummonerName()
public long getTeamId()
-1 if not defined.