Class/Object

net.psforever.objects.serverobject.implantmech

ImplantTerminalMech

Related Docs: object ImplantTerminalMech | package implantmech

Permalink

class ImplantTerminalMech extends Amenity with Mountable with Hackable

A structure-owned server object that is the visible and Mountable component of an implant terminal. For the most part, it merely implements the support data structures indicated by Mountable.

Source
ImplantTerminalMech.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImplantTerminalMech
  2. Hackable
  3. Mountable
  4. Amenity
  5. PlanetSideServerObject
  6. ZoneAware
  7. FactionAffinity
  8. PlanetSideGameObject
  9. WorldEntity
  10. IdentifiableEntity
  11. Identifiable
  12. AnyRef
  13. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ImplantTerminalMech(idef: ImplantTerminalMechDefinition)

    Permalink

    idef

    the ObjectDefinition that constructs this object and maintains some of its immutable fields

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ImplantTerminalMech to any2stringadd[ImplantTerminalMech] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ImplantTerminalMech, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ImplantTerminalMech to ArrowAssoc[ImplantTerminalMech] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def Actor: ActorRef

    Permalink

    Retrieve a reference to the internal Actor.

    Retrieve a reference to the internal Actor.

    returns

    the internal ActorRef

    Definition Classes
    PlanetSideServerObject
  7. def Actor_=(control: ActorRef): ActorRef

    Permalink

    Assign an Actor to act for this server object.

    Assign an Actor to act for this server object. This reference is only set once, that is, as long as the internal ActorRef directs to Actor.noSender (null).

    control

    the Actor whose functionality will govern this server object

    returns

    the current internal ActorRef

    Definition Classes
    PlanetSideServerObject
  8. def Continent: String

    Permalink
    Definition Classes
    AmenityPlanetSideServerObjectZoneAware
  9. def Continent_=(zone: String): String

    Permalink
    Definition Classes
    PlanetSideServerObjectZoneAware
  10. def Definition: ObjectDefinition

    Permalink
  11. def Entity: WorldEntity

    Permalink
    Definition Classes
    PlanetSideGameObject
  12. def Entity_=(newEntity: WorldEntity): Unit

    Permalink
    Definition Classes
    PlanetSideGameObject
  13. def Faction: types.PlanetSideEmpire.Value

    Permalink
    Definition Classes
    AmenityFactionAffinity
  14. def Faction_=(fac: types.PlanetSideEmpire.Value): types.PlanetSideEmpire.Value

    Permalink
    Definition Classes
    FactionAffinity
  15. def GUID: PlanetSideGUID

    Permalink
    Definition Classes
    IdentifiableEntityIdentifiable
  16. def GUID_=(guid: PlanetSideGUID): PlanetSideGUID

    Permalink
    Definition Classes
    IdentifiableEntityIdentifiable
  17. def GetSeatFromMountPoint(mount: Int): Option[Int]

    Permalink

    Given a mount point index, return the associated seat index.

    Given a mount point index, return the associated seat index.

    mount

    the mount point

    returns

    the seat index

    Definition Classes
    ImplantTerminalMechMountable
  18. def HackDuration: Array[Int]

    Permalink
    Definition Classes
    Hackable
  19. def HackDuration_=(arr: Array[Int]): Array[Int]

    Permalink
    Definition Classes
    Hackable
  20. def HackEffectDuration: Array[Int]

    Permalink
    Definition Classes
    Hackable
  21. def HackEffectDuration_=(arr: Array[Int]): Array[Int]

    Permalink
    Definition Classes
    Hackable
  22. def HackSound: packet.game.TriggeredSound.Value

    Permalink
    Definition Classes
    Hackable
  23. def HackSound_=(sound: packet.game.TriggeredSound.Value): packet.game.TriggeredSound.Value

    Permalink
    Definition Classes
    Hackable
  24. def HackedBy: Option[HackInfo]

    Permalink
    Definition Classes
    Hackable
  25. def HackedBy_=(hackInfo: HackInfo): Option[HackInfo]

    Permalink
    Definition Classes
    Hackable
  26. def HackedBy_=(agent: Option[Player]): Option[HackInfo]

    Permalink

    Set the hack state of this object by recording important information about the player who caused it.

    Set the hack state of this object by recording important information about the player who caused it. Set the hack state if there is no current hack state. Override the hack state with a new hack state if the new user has different faction affiliation.

    agent

    a Player, or no player

    returns

    the player hack entry

    Definition Classes
    Hackable
  27. def HackedBy_=(agent: Player): Option[HackInfo]

    Permalink
    Definition Classes
    Hackable
  28. def HasGUID: Boolean

    Permalink
    Definition Classes
    IdentifiableEntity
  29. def Invalidate(): Unit

    Permalink
    Definition Classes
    IdentifiableEntity
  30. def LocationOffset: Vector3

    Permalink
    Definition Classes
    Amenity
  31. def LocationOffset_=(off: Option[Vector3]): Vector3

    Permalink
    Definition Classes
    Amenity
  32. def LocationOffset_=(off: Vector3): Vector3

    Permalink
    Definition Classes
    Amenity
  33. def MountPoints: Map[Int, Int]

    Permalink

    Retrieve a mapping of each seat from its mount point index.

    Retrieve a mapping of each seat from its mount point index.

    returns

    the mapping of mount point to seat

    Definition Classes
    ImplantTerminalMechMountable
  34. def Orientation: Vector3

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  35. def Orientation_=(vec: Vector3): Vector3

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  36. def Owner: PlanetSideServerObject

    Permalink

    Reference the object that is in direct association with (is superior to) this one.

    Reference the object that is in direct association with (is superior to) this one.

    returns

    the object associated as this object's "owner"

    Definition Classes
    Amenity
  37. def Owner_=[T](obj: T)(implicit arg0: AmenityTarget[T]): PlanetSideServerObject

    Permalink

    Set an object to have a direct association with (be superior to) this one.

    Set an object to have a direct association with (be superior to) this one.

    T

    a validation of the type of object that can be an owner

    obj

    the object trying to become associated as this object's "owner"

    returns

    the object associated as this object's "owner"

    Definition Classes
    Amenity
    See also

    Amenity.AmenityTarget

  38. def PassengerInSeat(user: Player): Option[Int]

    Permalink

    Given a player, determine if that player is seated.

    Given a player, determine if that player is seated.

    user

    the player

    returns

    the seat index

    Definition Classes
    ImplantTerminalMechMountable
  39. def Position: Vector3

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  40. def Position_=(vec: Vector3): Vector3

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  41. def Seat(seatNum: Int): Option[Seat]

    Permalink

    Given a seat's index position, retrieve the internal Seat object.

    Given a seat's index position, retrieve the internal Seat object.

    returns

    the specific seat

    Definition Classes
    ImplantTerminalMechMountable
  42. def Seats: Map[Int, Seat]

    Permalink

    Retrieve a mapping of each seat from its internal index.

    Retrieve a mapping of each seat from its internal index.

    returns

    the mapping of index to seat

    Definition Classes
    ImplantTerminalMechMountable
  43. def Velocity: Option[Vector3]

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  44. def Velocity_=(vec: Option[Vector3]): Option[Vector3]

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  45. def Velocity_=(vec: Vector3): Option[Vector3]

    Permalink
    Definition Classes
    WorldEntity
  46. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  47. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def ensuring(cond: (ImplantTerminalMech) ⇒ Boolean, msg: ⇒ Any): ImplantTerminalMech

    Permalink
    Implicit information
    This member is added by an implicit conversion from ImplantTerminalMech to Ensuring[ImplantTerminalMech] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  49. def ensuring(cond: (ImplantTerminalMech) ⇒ Boolean): ImplantTerminalMech

    Permalink
    Implicit information
    This member is added by an implicit conversion from ImplantTerminalMech to Ensuring[ImplantTerminalMech] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  50. def ensuring(cond: Boolean, msg: ⇒ Any): ImplantTerminalMech

    Permalink
    Implicit information
    This member is added by an implicit conversion from ImplantTerminalMech to Ensuring[ImplantTerminalMech] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  51. def ensuring(cond: Boolean): ImplantTerminalMech

    Permalink
    Implicit information
    This member is added by an implicit conversion from ImplantTerminalMech to Ensuring[ImplantTerminalMech] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  52. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  53. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  54. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  55. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ImplantTerminalMech to StringFormat[ImplantTerminalMech] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  56. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  57. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  58. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  59. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  60. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  61. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  62. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  63. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  64. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. def [B](y: B): (ImplantTerminalMech, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ImplantTerminalMech to ArrowAssoc[ImplantTerminalMech] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Hackable

Inherited from Mountable

Inherited from Amenity

Inherited from PlanetSideServerObject

Inherited from ZoneAware

Inherited from FactionAffinity

Inherited from PlanetSideGameObject

Inherited from WorldEntity

Inherited from IdentifiableEntity

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ImplantTerminalMech to any2stringadd[ImplantTerminalMech]

Inherited by implicit conversion StringFormat from ImplantTerminalMech to StringFormat[ImplantTerminalMech]

Inherited by implicit conversion Ensuring from ImplantTerminalMech to Ensuring[ImplantTerminalMech]

Inherited by implicit conversion ArrowAssoc from ImplantTerminalMech to ArrowAssoc[ImplantTerminalMech]

Ungrouped