final case class VehicleSource(Definition: VehicleDefinition, Faction: types.PlanetSideEmpire.Value, health: Int, shields: Int, Position: Vector3, Orientation: Vector3, Velocity: Option[Vector3], deployed: types.DriveState.Value, occupants: List[SourceEntry], Modifiers: ResistanceProfile, unique: UniqueVehicle) extends SourceWithHealthEntry with SourceWithShieldsEntry with Product with Serializable

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

Instance Constructors

  1. new VehicleSource(Definition: VehicleDefinition, Faction: types.PlanetSideEmpire.Value, health: Int, shields: Int, Position: Vector3, Orientation: Vector3, Velocity: Option[Vector3], deployed: types.DriveState.Value, occupants: List[SourceEntry], Modifiers: ResistanceProfile, unique: UniqueVehicle)

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 CharId: Long
    Definition Classes
    SourceEntry
  5. val Definition: VehicleDefinition
    Definition Classes
    VehicleSourceSourceEntry
  6. val Faction: types.PlanetSideEmpire.Value
    Definition Classes
    VehicleSourceSourceEntry
  7. def Health: Int
  8. val Modifiers: ResistanceProfile
    Definition Classes
    VehicleSourceSourceEntry
  9. def Name: String
    Definition Classes
    VehicleSourceSourceEntry
  10. val Orientation: Vector3
    Definition Classes
    VehicleSourceSourceEntry
  11. val Position: Vector3
    Definition Classes
    VehicleSourceSourceEntry
  12. def Shields: Int
  13. val Velocity: Option[Vector3]
    Definition Classes
    VehicleSourceSourceEntry
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. val deployed: types.DriveState.Value
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val health: Int
    Definition Classes
    VehicleSourceSourceWithHealthEntry
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val occupants: List[SourceEntry]
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val shields: Int
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def total: Int
    Definition Classes
    VehicleSourceSourceWithHealthEntry
  30. val unique: UniqueVehicle
    Definition Classes
    VehicleSourceSourceEntry
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. 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 SourceWithShieldsEntry

Inherited from SourceWithHealthEntry

Inherited from SourceEntry

Inherited from AnyRef

Inherited from Any

Ungrouped