final case class DeployableSource(Definition: ObjectDefinition with DeployableDefinition, Faction: types.PlanetSideEmpire.Value, health: Int, shields: Int, owner: SourceEntry, Position: Vector3, Orientation: Vector3, occupants: List[SourceEntry], unique: UniqueDeployable) extends SourceWithHealthEntry with Product with Serializable

Source
DeployableSource.scala
Linear Supertypes
Serializable, Product, Equals, SourceWithHealthEntry, SourceEntry, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeployableSource
  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 DeployableSource(Definition: ObjectDefinition with DeployableDefinition, Faction: types.PlanetSideEmpire.Value, health: Int, shields: Int, owner: SourceEntry, Position: Vector3, Orientation: Vector3, occupants: List[SourceEntry], unique: UniqueDeployable)

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: ObjectDefinition with DeployableDefinition
    Definition Classes
    DeployableSourceSourceEntry
  6. val Faction: types.PlanetSideEmpire.Value
    Definition Classes
    DeployableSourceSourceEntry
  7. def Health: Int
  8. def Modifiers: ResistanceProfile
    Definition Classes
    DeployableSourceSourceEntry
  9. def Name: String
    Definition Classes
    DeployableSourceSourceEntry
  10. val Orientation: Vector3
    Definition Classes
    DeployableSourceSourceEntry
  11. def OwnerName: String
  12. val Position: Vector3
    Definition Classes
    DeployableSourceSourceEntry
  13. def Shields: Int
  14. def Velocity: Option[Vector3]
    Definition Classes
    DeployableSourceSourceEntry
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  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
  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. val owner: SourceEntry
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val shields: Int
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def total: Int
  31. val unique: UniqueDeployable
    Definition Classes
    DeployableSourceSourceEntry
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. 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