final case class PlayerSource(Definition: AvatarDefinition, ExoSuit: types.ExoSuitType.Value, seatedIn: Option[(SourceEntry, Int)], health: Int, armor: Int, Position: Vector3, Orientation: Vector3, Velocity: Option[Vector3], crouching: Boolean, jumping: Boolean, Modifiers: ResistanceProfile, bep: Long, kills: Seq[Any], unique: UniquePlayer) extends SourceWithHealthEntry with Product with Serializable

Source
PlayerSource.scala
Linear Supertypes
Serializable, Product, Equals, SourceWithHealthEntry, SourceEntry, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlayerSource
  2. Serializable
  3. Product
  4. Equals
  5. SourceWithHealthEntry
  6. SourceEntry
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PlayerSource(Definition: AvatarDefinition, ExoSuit: types.ExoSuitType.Value, seatedIn: Option[(SourceEntry, Int)], health: Int, armor: Int, Position: Vector3, Orientation: Vector3, Velocity: Option[Vector3], crouching: Boolean, jumping: Boolean, Modifiers: ResistanceProfile, bep: Long, kills: Seq[Any], unique: UniquePlayer)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def Armor: Int
  5. def CharId: Long
    Definition Classes
    PlayerSourceSourceEntry
  6. val Definition: AvatarDefinition
    Definition Classes
    PlayerSourceSourceEntry
  7. val ExoSuit: types.ExoSuitType.Value
  8. def Faction: types.PlanetSideEmpire.Value
    Definition Classes
    PlayerSourceSourceEntry
  9. def Health: Int
  10. val Modifiers: ResistanceProfile
    Definition Classes
    PlayerSourceSourceEntry
  11. def Name: String
    Definition Classes
    PlayerSourceSourceEntry
  12. val Orientation: Vector3
    Definition Classes
    PlayerSourceSourceEntry
  13. val Position: Vector3
    Definition Classes
    PlayerSourceSourceEntry
  14. def Seated: Boolean
  15. val Velocity: Option[Vector3]
    Definition Classes
    PlayerSourceSourceEntry
  16. val armor: Int
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. val bep: Long
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  20. val crouching: Boolean
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val health: Int
    Definition Classes
    PlayerSourceSourceWithHealthEntry
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val jumping: Boolean
  27. val kills: Seq[Any]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. val seatedIn: Option[(SourceEntry, Int)]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def total: Int
    Definition Classes
    PlayerSourceSourceWithHealthEntry
  35. val unique: UniquePlayer
    Definition Classes
    PlayerSourceSourceEntry
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SourceWithHealthEntry

Inherited from SourceEntry

Inherited from AnyRef

Inherited from Any

Ungrouped