final case class PlayerSource(name: String, char_id: Long, obj_def: AvatarDefinition, faction: types.PlanetSideEmpire.Value, exosuit: types.ExoSuitType.Value, seated: Boolean, health: Int, armor: Int, position: Vector3, orientation: Vector3, velocity: Option[Vector3], crouching: Boolean, jumping: Boolean, modifiers: ResistanceProfile) extends SourceEntry with Product with Serializable
- Source
- PlayerSource.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PlayerSource
- Serializable
- Product
- Equals
- SourceEntry
- WorldEntity
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PlayerSource(name: String, char_id: Long, obj_def: AvatarDefinition, faction: types.PlanetSideEmpire.Value, exosuit: types.ExoSuitType.Value, seated: Boolean, health: Int, armor: Int, position: Vector3, orientation: Vector3, velocity: Option[Vector3], crouching: Boolean, jumping: Boolean, modifiers: ResistanceProfile)
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 Armor: Int
- def CharId: Long
- Definition Classes
- PlayerSource → SourceEntry
- def Definition: AvatarDefinition
- Definition Classes
- PlayerSource → SourceEntry
- def ExoSuit: types.ExoSuitType.Value
- def Faction: types.PlanetSideEmpire.Value
- Definition Classes
- PlayerSource → SourceEntry
- def Health: Int
- def Modifiers: ResistanceProfile
- Definition Classes
- PlayerSource → SourceEntry
- def Name: String
- Definition Classes
- PlayerSource → SourceEntry
- def Orientation: Vector3
- Definition Classes
- PlayerSource → WorldEntity
- def Orientation_=(pos: Vector3): Vector3
- Definition Classes
- SourceEntry → WorldEntity
- def Position: Vector3
- Definition Classes
- PlayerSource → WorldEntity
- def Position_=(pos: Vector3): Vector3
- Definition Classes
- SourceEntry → WorldEntity
- def Seated: Boolean
- def Velocity: Option[Vector3]
- Definition Classes
- PlayerSource → WorldEntity
- def Velocity_=(pos: Option[Vector3]): Option[Vector3]
- Definition Classes
- SourceEntry → WorldEntity
- def Velocity_=(vec: Vector3): Option[Vector3]
- Definition Classes
- WorldEntity
- val armor: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val char_id: Long
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val crouching: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val exosuit: types.ExoSuitType.Value
- val faction: types.PlanetSideEmpire.Value
- 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
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMoving(test: Float): Boolean
This object is not considered moving unless it is moving at least as fast as a certain velocity.
This object is not considered moving unless it is moving at least as fast as a certain velocity.
- test
the (squared) velocity to test against
- returns
true, if we are moving;false, otherwise
- Definition Classes
- WorldEntity
- def isMoving(test: Vector3): Boolean
This object is not considered moving unless it is moving at least as fast as a certain velocity.
This object is not considered moving unless it is moving at least as fast as a certain velocity.
- test
the velocity to test against
- returns
true, if we are moving;false, otherwise
- Definition Classes
- WorldEntity
- def isMoving: Boolean
A velocity of non-zero is the same as moving.
A velocity of non-zero is the same as moving.
- returns
true, if we are moving;false, otherwise
- Definition Classes
- WorldEntity
- val jumping: Boolean
- val modifiers: ResistanceProfile
- val name: String
- 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 obj_def: AvatarDefinition
- val orientation: Vector3
- val position: Vector3
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val seated: Boolean
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val velocity: Option[Vector3]
- 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()