Class

thangiee.riotapi.matches

Event

Related Doc: package matches

Permalink

case class Event(ascendedType: String = "", assistingParticipantIds: List[Int] = Nil, buildingType: String = "", creatorId: Int = 0, eventType: String = "", itemAfter: Int = 0, itemBefore: Int = 0, itemId: Int = 0, killerId: Int = 0, laneType: String = "", levelUpType: String = "", monsterType: String = "", participantId: Int = 0, pointCaptured: String = "", position: Position = Position(), skillSlot: Int = 0, teamId: Int = 0, timestamp: Long = 0, towerType: String = "", victimId: Int = 0, wardType: String = "") extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Event
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Event(ascendedType: String = "", assistingParticipantIds: List[Int] = Nil, buildingType: String = "", creatorId: Int = 0, eventType: String = "", itemAfter: Int = 0, itemBefore: Int = 0, itemId: Int = 0, killerId: Int = 0, laneType: String = "", levelUpType: String = "", monsterType: String = "", participantId: Int = 0, pointCaptured: String = "", position: Position = Position(), skillSlot: Int = 0, teamId: Int = 0, timestamp: Long = 0, towerType: String = "", victimId: Int = 0, wardType: String = "")

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val ascendedType: String

    Permalink
  6. val assistingParticipantIds: List[Int]

    Permalink
  7. val buildingType: String

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val creatorId: Int

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. val eventType: String

    Permalink
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val itemAfter: Int

    Permalink
  16. val itemBefore: Int

    Permalink
  17. val itemId: Int

    Permalink
  18. val killerId: Int

    Permalink
  19. val laneType: String

    Permalink
  20. val levelUpType: String

    Permalink
  21. val monsterType: String

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. val participantId: Int

    Permalink
  26. val pointCaptured: String

    Permalink
  27. val position: Position

    Permalink
  28. val skillSlot: Int

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. val teamId: Int

    Permalink
  31. val timestamp: Long

    Permalink
  32. val towerType: String

    Permalink
  33. val victimId: Int

    Permalink
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. val wardType: String

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped