RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Properties | List of all members
RiotNet.Models.ChampionMastery Class Reference

Contains champion mastery data. More...

Properties

long ChampionId [get, set]
 Gets or sets the ID of the champion to which this data applies. More...
 
int ChampionLevel [get, set]
 Gets or sets the champion mastery level for the champion. More...
 
int ChampionPoints [get, set]
 Gets or sets the number of champion points that the player has accumulated for the current champion. More...
 
long ChampionPointsSinceLastLevel [get, set]
 Gets or sets the number of champion points that the player has accumulated for the current champion since reaching the last champion level. Zero if the player reached maximum champion level for this champion. More...
 
long ChampionPointsUntilNextLevel [get, set]
 Gets or sets the number of champion points until the player reaches the next champion level for this champion. Zero if the player reached maximum champion level for this champion. More...
 
bool ChestGranted [get, set]
 Gets or sets whether a chest has been granted for this champion in the current season. More...
 
DateTime LastPlayTime [get, set]
 Gets or sets the time when the player last played this champion. More...
 
string SummonerId [get, set]
 Gets or sets the summoner ID of the player to which this data applies. More...
 
int TokensEarned [get, set]
 Gets or sets the number of mastery level 6 or 7 tokens earned. More...
 

Detailed Description

Contains champion mastery data.

Property Documentation

long RiotNet.Models.ChampionMastery.ChampionId
getset

Gets or sets the ID of the champion to which this data applies.

int RiotNet.Models.ChampionMastery.ChampionLevel
getset

Gets or sets the champion mastery level for the champion.

int RiotNet.Models.ChampionMastery.ChampionPoints
getset

Gets or sets the number of champion points that the player has accumulated for the current champion.

long RiotNet.Models.ChampionMastery.ChampionPointsSinceLastLevel
getset

Gets or sets the number of champion points that the player has accumulated for the current champion since reaching the last champion level. Zero if the player reached maximum champion level for this champion.

Don't ask me why this is stored as a long but ChampionPoints is stored as an int. Ask Rito.

long RiotNet.Models.ChampionMastery.ChampionPointsUntilNextLevel
getset

Gets or sets the number of champion points until the player reaches the next champion level for this champion. Zero if the player reached maximum champion level for this champion.

bool RiotNet.Models.ChampionMastery.ChestGranted
getset

Gets or sets whether a chest has been granted for this champion in the current season.

DateTime RiotNet.Models.ChampionMastery.LastPlayTime
getset

Gets or sets the time when the player last played this champion.

string RiotNet.Models.ChampionMastery.SummonerId
getset

Gets or sets the summoner ID of the player to which this data applies.

int RiotNet.Models.ChampionMastery.TokensEarned
getset

Gets or sets the number of mastery level 6 or 7 tokens earned.


The documentation for this class was generated from the following file: