Class/Object

net.psforever.objects.ballistics

ObjectSource

Related Docs: object ObjectSource | package ballistics

Permalink

final case class ObjectSource(obj: PlanetSideGameObject with FactionAffinity, faction: types.PlanetSideEmpire.Value, position: Vector3, orientation: Vector3, velocity: Option[Vector3]) extends SourceEntry with Product with Serializable

Source
ObjectSource.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, SourceEntry, WorldEntity, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObjectSource
  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 ObjectSource(obj: PlanetSideGameObject with FactionAffinity, faction: types.PlanetSideEmpire.Value, position: Vector3, orientation: Vector3, velocity: Option[Vector3])

    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 ObjectSource to any2stringadd[ObjectSource] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ObjectSource, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ObjectSource to ArrowAssoc[ObjectSource] 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 CharId: Long

    Permalink
    Definition Classes
    SourceEntry
  7. def Definition: ObjectDefinition

    Permalink
    Definition Classes
    ObjectSourceSourceEntry
  8. def Faction: types.PlanetSideEmpire.Value

    Permalink
    Definition Classes
    ObjectSourceSourceEntry
  9. def Modifiers: ResistanceProfileMutators

    Permalink
    Definition Classes
    ObjectSourceSourceEntry
  10. def Name: String

    Permalink
    Definition Classes
    ObjectSourceSourceEntry
  11. def Orientation: Vector3

    Permalink
    Definition Classes
    ObjectSourceWorldEntity
  12. def Orientation_=(pos: Vector3): Vector3

    Permalink
    Definition Classes
    SourceEntryWorldEntity
  13. def Position: Vector3

    Permalink
    Definition Classes
    ObjectSourceWorldEntity
  14. def Position_=(pos: Vector3): Vector3

    Permalink
    Definition Classes
    SourceEntryWorldEntity
  15. def Velocity: Option[Vector3]

    Permalink
    Definition Classes
    ObjectSourceWorldEntity
  16. def Velocity_=(pos: Option[Vector3]): Option[Vector3]

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

    Permalink
    Definition Classes
    WorldEntity
  18. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val faction: types.PlanetSideEmpire.Value

    Permalink
  26. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  33. val obj: PlanetSideGameObject with FactionAffinity

    Permalink
  34. val orientation: Vector3

    Permalink
  35. val position: Vector3

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

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

    Permalink
  38. final def wait(): Unit

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ObjectSource to ArrowAssoc[ObjectSource] 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 ObjectSource to any2stringadd[ObjectSource]

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

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

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

Ungrouped