public class Participant
extends java.lang.Object
| Constructor and Description |
|---|
Participant() |
| Modifier and Type | Method and Description |
|---|---|
long |
getChampionId() |
Tier |
getHighestAchievedSeasonTier() |
static long |
getInstanceCount() |
Mastery[] |
getMasteries() |
long |
getParticipantId() |
Rune[] |
getRunes() |
long |
getSpell1Id() |
long |
getSpell2Id() |
ParticipantStats |
getStats() |
int |
getTeamId() |
ParticipantTimeline |
getTimeline() |
public static long getInstanceCount()
public long getChampionId()
-1 if
not defined.public Tier getHighestAchievedSeasonTier()
public Mastery[] getMasteries()
public long getParticipantId()
-1 if not defined.public Rune[] getRunes()
public long getSpell1Id()
-1 if not defined.public long getSpell2Id()
-1 if not defined.public ParticipantStats getStats()
public int getTeamId()
-1
if not defined.public ParticipantTimeline getTimeline()