Packages

t

net.psforever.objects

CommonNtuContainer

trait CommonNtuContainer extends NtuContainer

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommonNtuContainer
  2. NtuContainer
  3. TransferContainer
  4. WorldEntity
  5. ZoneAware
  6. Identifiable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def Actor: ActorRef
    Definition Classes
    TransferContainer
  2. abstract def Definition: NtuContainerDefinition
    Definition Classes
    CommonNtuContainerNtuContainer
  3. abstract def GUID: PlanetSideGUID
    Definition Classes
    Identifiable
  4. abstract def GUID_=(guid: PlanetSideGUID): PlanetSideGUID
    Definition Classes
    Identifiable
  5. abstract def Orientation: Vector3
    Definition Classes
    WorldEntity
  6. abstract def Orientation_=(vec: Vector3): Vector3
    Definition Classes
    WorldEntity
  7. abstract def Position: Vector3
    Definition Classes
    WorldEntity
  8. abstract def Position_=(vec: Vector3): Vector3
    Definition Classes
    WorldEntity
  9. abstract def Velocity: Option[Vector3]
    Definition Classes
    WorldEntity
  10. abstract def Velocity_=(vec: Option[Vector3]): Option[Vector3]
    Definition Classes
    WorldEntity

Concrete 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 Continent: String
    Definition Classes
    ZoneAware
  5. def Continent_=(zoneId: String): String

    Give the entity a custom Zone identifier.

    Give the entity a custom Zone identifier.

    zoneId

    the custom identifier of the Zone object

    returns

    the identifier of the Zone object

    Definition Classes
    ZoneAware
  6. def NtuCapacitor: Float
    Definition Classes
    CommonNtuContainerNtuContainer
  7. def NtuCapacitor_=(value: Float): Float
    Definition Classes
    CommonNtuContainerNtuContainer
  8. def Velocity_=(vec: Vector3): Option[Vector3]
    Definition Classes
    WorldEntity
  9. def Zone: Zone
    Definition Classes
    ZoneAware
  10. def Zone_=(zone: Zone): Zone

    When assigning a new Zone object for the Vehicle object, eliminate

    When assigning a new Zone object for the Vehicle object, eliminate

    zone

    a reference to the Zone object

    returns

    a reference to the Zone object

    Definition Classes
    ZoneAware
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. 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
  20. 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
  21. 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
  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. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from NtuContainer

Inherited from TransferContainer

Inherited from WorldEntity

Inherited from ZoneAware

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped