Class

net.psforever.objects

ShieldGeneratorDefinition

Related Doc: package objects

Permalink

class ShieldGeneratorDefinition extends DeployableDefinition

Source
ShieldGeneratorDeployable.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShieldGeneratorDefinition
  2. DeployableDefinition
  3. BaseDeployableDefinition
  4. ResistanceProfileMutators
  5. ResistanceProfile
  6. DamageResistanceModel
  7. ObjectDefinition
  8. BasicDefinition
  9. AnyRef
  10. 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 ShieldGeneratorDefinition()

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ShieldGeneratorDefinition to ArrowAssoc[ShieldGeneratorDefinition] 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 Calculate(data: ResolvedProjectile, resolution: ballistics.ProjectileResolution.Value): Output

    Permalink

    Magic stuff.

    Magic stuff.

    data

    the historical ResolvedProjectile information

    resolution

    an explicit damage resolution overriding the one in the ResolvedProjectile object

    returns

    a function literal that encapsulates delayed modification instructions for certain objects

    Definition Classes
    DamageResistanceModel
  7. def Calculate(data: ResolvedProjectile): Output

    Permalink

    Magic stuff.

    Magic stuff.

    data

    the historical ResolvedProjectile information

    returns

    a function literal that encapsulates delayed modification instructions for certain objects

    Definition Classes
    DamageResistanceModel
  8. def Damage: DamageSelection

    Permalink
    Definition Classes
    DamageResistanceModel
  9. def Damage_=(selector: DamageSelection): DamageSelection

    Permalink
    Definition Classes
    DamageResistanceModel
  10. def DeployCategory: ce.DeployableCategory.Value

    Permalink
    Definition Classes
    BaseDeployableDefinition
  11. def DeployCategory_=(cat: ce.DeployableCategory.Value): ce.DeployableCategory.Value

    Permalink
    Definition Classes
    BaseDeployableDefinition
  12. def DeployTime: Long

    Permalink
    Definition Classes
    BaseDeployableDefinition
  13. def DeployTime_=(time: Long): Long

    Permalink
    Definition Classes
    BaseDeployableDefinition
  14. def DeployTime_=(time: FiniteDuration): Long

    Permalink
    Definition Classes
    BaseDeployableDefinition
  15. def Descriptor: String

    Permalink
    Definition Classes
    BasicDefinition
  16. def Descriptor_=(description: Option[String]): String

    Permalink
    Definition Classes
    BasicDefinition
  17. def Descriptor_=(description: String): String

    Permalink
    Definition Classes
    BasicDefinition
  18. def Initialize(obj: PlanetSideServerObject with Deployable, context: ActorContext): Unit

    Permalink
    Definition Classes
    BaseDeployableDefinition
  19. def Initialize(obj: PlanetSideGameObject with Deployable, context: ActorContext): Unit

    Permalink
    Definition Classes
    BaseDeployableDefinition
  20. def Item: ce.DeployedItem.Value

    Permalink
  21. def MaxHealth: Int

    Permalink
    Definition Classes
    BaseDeployableDefinition
  22. def MaxHealth_=(toHealth: Int): Int

    Permalink
    Definition Classes
    BaseDeployableDefinition
  23. def Model: Form

    Permalink
    Definition Classes
    DamageResistanceModel
  24. def Model_=(selector: Form): Form

    Permalink
    Definition Classes
    DamageResistanceModel
  25. def Name: String

    Permalink
    Definition Classes
    BasicDefinition
  26. def Name_=(name: String): String

    Permalink
    Definition Classes
    BasicDefinition
  27. def ObjectId: Int

    Permalink
    Definition Classes
    ObjectDefinition
  28. final def Packet: ObjectCreateConverter[PlanetSideGameObject]

    Permalink

    Get the conversion object.

    Get the conversion object.

    Definition Classes
    ObjectDefinition
  29. final def Packet_=(pkt: ObjectCreateConverter[_]): PacketConverter

    Permalink

    Assign this definition a conversion object.

    Assign this definition a conversion object.

    pkt

    the new converter

    returns

    the current converter, after assignment

    Definition Classes
    ObjectDefinition
  30. def RadiationShielding: Float

    Permalink
  31. def RadiationShielding_=(resist: Float): Float

    Permalink
    Definition Classes
    ResistanceProfileMutators
  32. def Resist(dtype: vital.DamageType.Value): Float

    Permalink
    Definition Classes
    ResistanceProfile
  33. def Resistance: ResistanceSelection

    Permalink
    Definition Classes
    DamageResistanceModel
  34. def ResistanceAggravated: Int

    Permalink
  35. def ResistanceAggravated_=(resist: Int): Int

    Permalink
    Definition Classes
    ResistanceProfileMutators
  36. def ResistanceDirectHit: Int

    Permalink
  37. def ResistanceDirectHit_=(resist: Int): Int

    Permalink
    Definition Classes
    ResistanceProfileMutators
  38. def ResistanceSplash: Int

    Permalink
  39. def ResistanceSplash_=(resist: Int): Int

    Permalink
    Definition Classes
    ResistanceProfileMutators
  40. def Resistance_=(selector: ResistanceSelection): ResistanceSelection

    Permalink
    Definition Classes
    DamageResistanceModel
  41. def Subtract: DamageProfile

    Permalink
  42. def Uninitialize(obj: PlanetSideServerObject with Deployable, context: ActorContext): Unit

    Permalink
    Definition Classes
    BaseDeployableDefinition
  43. def Uninitialize(obj: PlanetSideGameObject with Deployable, context: ActorContext): Unit

    Permalink
    Definition Classes
    BaseDeployableDefinition
  44. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  60. var packet: PacketConverter

    Permalink

    a data converter for this type of object

    a data converter for this type of object

    Attributes
    protected
    Definition Classes
    ObjectDefinition
  61. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

Inherited from DeployableDefinition

Inherited from BaseDeployableDefinition

Inherited from ResistanceProfileMutators

Inherited from ResistanceProfile

Inherited from DamageResistanceModel

Inherited from ObjectDefinition

Inherited from BasicDefinition

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped