Class/Object

net.psforever.objects.ballistics

PlayerSource

Related Docs: object PlayerSource | package ballistics

Permalink

final case class PlayerSource(name: String, obj_def: ObjectDefinition, faction: types.PlanetSideEmpire.Value, exosuit: types.ExoSuitType.Value, seated: Boolean, health: Int, armor: Int, position: Vector3, orientation: Vector3, velocity: Option[Vector3], modifiers: ResistanceProfile) extends SourceEntry with Product with Serializable

Source
PlayerSource.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, SourceEntry, WorldEntity, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlayerSource
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SourceEntry
  7. WorldEntity
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PlayerSource(name: String, obj_def: ObjectDefinition, faction: types.PlanetSideEmpire.Value, exosuit: types.ExoSuitType.Value, seated: Boolean, health: Int, armor: Int, position: Vector3, orientation: Vector3, velocity: Option[Vector3], modifiers: ResistanceProfile)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PlayerSource to any2stringadd[PlayerSource] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PlayerSource, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PlayerSource to ArrowAssoc[PlayerSource] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def Armor: Int

    Permalink
  7. def CharId: Long

    Permalink
    Definition Classes
    SourceEntry
  8. def Definition: ObjectDefinition

    Permalink
    Definition Classes
    PlayerSourceSourceEntry
  9. def ExoSuit: types.ExoSuitType.Value

    Permalink
  10. def Faction: types.PlanetSideEmpire.Value

    Permalink
    Definition Classes
    PlayerSourceSourceEntry
  11. def Health: Int

    Permalink
  12. def Modifiers: ResistanceProfile

    Permalink
    Definition Classes
    PlayerSourceSourceEntry
  13. def Name: String

    Permalink
    Definition Classes
    PlayerSourceSourceEntry
  14. def Orientation: Vector3

    Permalink
    Definition Classes
    PlayerSourceWorldEntity
  15. def Orientation_=(pos: Vector3): Vector3

    Permalink
    Definition Classes
    SourceEntryWorldEntity
  16. def Position: Vector3

    Permalink
    Definition Classes
    PlayerSourceWorldEntity
  17. def Position_=(pos: Vector3): Vector3

    Permalink
    Definition Classes
    SourceEntryWorldEntity
  18. def Seated: Boolean

    Permalink
  19. def Velocity: Option[Vector3]

    Permalink
    Definition Classes
    PlayerSourceWorldEntity
  20. def Velocity_=(pos: Option[Vector3]): Option[Vector3]

    Permalink
    Definition Classes
    SourceEntryWorldEntity
  21. def Velocity_=(vec: Vector3): Option[Vector3]

    Permalink
    Definition Classes
    WorldEntity
  22. val armor: Int

    Permalink
  23. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def ensuring(cond: (PlayerSource) ⇒ Boolean, msg: ⇒ Any): PlayerSource

    Permalink
    Implicit information
    This member is added by an implicit conversion from PlayerSource to Ensuring[PlayerSource] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: (PlayerSource) ⇒ Boolean): PlayerSource

    Permalink
    Implicit information
    This member is added by an implicit conversion from PlayerSource to Ensuring[PlayerSource] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean, msg: ⇒ Any): PlayerSource

    Permalink
    Implicit information
    This member is added by an implicit conversion from PlayerSource to Ensuring[PlayerSource] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean): PlayerSource

    Permalink
    Implicit information
    This member is added by an implicit conversion from PlayerSource to Ensuring[PlayerSource] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. val exosuit: types.ExoSuitType.Value

    Permalink
  31. val faction: types.PlanetSideEmpire.Value

    Permalink
  32. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PlayerSource to StringFormat[PlayerSource] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  34. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  35. val health: Int

    Permalink
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. val modifiers: ResistanceProfile

    Permalink
  38. val name: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  42. val obj_def: ObjectDefinition

    Permalink
  43. val orientation: Vector3

    Permalink
  44. val position: Vector3

    Permalink
  45. val seated: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  47. val velocity: Option[Vector3]

    Permalink
  48. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def [B](y: B): (PlayerSource, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PlayerSource to ArrowAssoc[PlayerSource] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SourceEntry

Inherited from WorldEntity

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PlayerSource to any2stringadd[PlayerSource]

Inherited by implicit conversion StringFormat from PlayerSource to StringFormat[PlayerSource]

Inherited by implicit conversion Ensuring from PlayerSource to Ensuring[PlayerSource]

Inherited by implicit conversion ArrowAssoc from PlayerSource to ArrowAssoc[PlayerSource]

Ungrouped