Package

thangiee.riotapi

currentgame

Permalink

package currentgame

Visibility
  1. Public
  2. All

Type Members

  1. case class BannedChampion(championId: Long = 0, pickTurn: Int = 0, teamId: Long = 0) extends Product with Serializable

    Permalink
  2. case class CurrentGameInfo(bannedChampions: List[BannedChampion], gameId: Long, gameLength: Long, gameMode: String, gameQueueConfigId: Long, gameStartTime: Long, gameType: String, mapId: Long, observers: Option[Observer], participants: List[Participant], platformId: String) extends Product with Serializable

    Permalink
  3. case class Mastery(masteryId: Long = 0, rank: Int = 0) extends Product with Serializable

    Permalink
  4. case class Observer(encryptionKey: String = "") extends Product with Serializable

    Permalink
  5. case class Participant(bot: Boolean = false, championId: Long = 0, masteries: List[Mastery] = Nil, profileIconId: Long = 0, runes: List[Rune] = Nil, spell1Id: Long = 0, spell2Id: Long = 0, summonerId: Long = 0, summonerName: String = "", teamId: Long = 0) extends Product with Serializable

    Permalink
  6. case class Rune(count: Int = 0, runeId: Long = 0) extends Product with Serializable

    Permalink

Ungrouped