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
- Alphabetic
- By Inheritance
Inherited
- VehicleSource
- Serializable
- Product
- Equals
- SourceWithShieldsEntry
- SourceWithHealthEntry
- SourceEntry
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def CharId: Long
- Definition Classes
- SourceEntry
- val Definition: VehicleDefinition
- Definition Classes
- VehicleSource → SourceEntry
- val Faction: types.PlanetSideEmpire.Value
- Definition Classes
- VehicleSource → SourceEntry
- def Health: Int
- val Modifiers: ResistanceProfile
- Definition Classes
- VehicleSource → SourceEntry
- def Name: String
- Definition Classes
- VehicleSource → SourceEntry
- val Orientation: Vector3
- Definition Classes
- VehicleSource → SourceEntry
- val Position: Vector3
- Definition Classes
- VehicleSource → SourceEntry
- def Shields: Int
- val Velocity: Option[Vector3]
- Definition Classes
- VehicleSource → SourceEntry
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val deployed: types.DriveState.Value
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val health: Int
- Definition Classes
- VehicleSource → SourceWithHealthEntry
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val occupants: List[SourceEntry]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val shields: Int
- Definition Classes
- VehicleSource → SourceWithShieldsEntry
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def total: Int
- Definition Classes
- VehicleSource → SourceWithHealthEntry
- val unique: UniqueVehicle
- Definition Classes
- VehicleSource → SourceEntry
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()