Class/Object

net.psforever.objects.serverobject.resourcesilo

ResourceSilo

Related Docs: object ResourceSilo | package resourcesilo

Permalink

class ResourceSilo extends Amenity

Source
ResourceSilo.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResourceSilo
  2. Amenity
  3. PlanetSideServerObject
  4. ZoneAware
  5. FactionAffinity
  6. PlanetSideGameObject
  7. WorldEntity
  8. IdentifiableEntity
  9. Identifiable
  10. AnyRef
  11. 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 ResourceSilo()

    Permalink

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 ResourceSilo to any2stringadd[ResourceSilo] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ResourceSilo, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ResourceSilo to ArrowAssoc[ResourceSilo] 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 CapacitorDisplay: Long

    Permalink
  9. def CapacitorDisplay_=(value: Long): Long

    Permalink
  10. def ChargeLevel: Int

    Permalink
  11. def ChargeLevel_=(charge: Int): Int

    Permalink
  12. def Continent: String

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

    Permalink
    Definition Classes
    PlanetSideServerObjectZoneAware
  14. def Definition: ResourceSiloDefinition

    Permalink
    Definition Classes
    ResourceSiloPlanetSideGameObject
  15. def Entity: WorldEntity

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

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

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

    Permalink
    Definition Classes
    FactionAffinity
  19. def GUID: PlanetSideGUID

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

    Permalink
    Definition Classes
    IdentifiableEntityIdentifiable
  21. def HasGUID: Boolean

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

    Permalink
    Definition Classes
    IdentifiableEntity
  23. def LocationOffset: Vector3

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

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

    Permalink
    Definition Classes
    Amenity
  26. def LowNtuWarningOn: Boolean

    Permalink
  27. def LowNtuWarningOn_=(enabled: Boolean): Boolean

    Permalink
  28. def MaximumCharge: Int

    Permalink
  29. def Orientation: Vector3

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

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  31. 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
  32. 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

  33. def Position: Vector3

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

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  35. def Use(player: Player, msg: UseItemMessage): Exchange

    Permalink
  36. def Velocity: Option[Vector3]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 ResourceSilo to any2stringadd[ResourceSilo]

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

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

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

Ungrouped