Packages

t

net.psforever.objects.vital

VitalityDefinition

trait VitalityDefinition extends DamageModifiers

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VitalityDefinition
  2. DamageModifiers
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 DamageDestroysAt: Int
  5. def DamageDestroysAt_=(value: Int): Int
  6. def DamageDisablesAt: Int
  7. def DamageDisablesAt_=(value: Option[Int]): Int
  8. def DamageDisablesAt_=(value: Int): Int
  9. def Damageable: Boolean
  10. def DamageableByFriendlyFire: Boolean
  11. def DamageableByFriendlyFire_=(state: Boolean): Boolean
  12. def Damageable_=(state: Boolean): Boolean
  13. def DefaultHealth: Int
  14. def DefaultHealth_=(default: Option[Int]): Int
  15. def DefaultHealth_=(default: Int): Int
  16. def MaxHealth: Int
  17. def MaxHealth_=(max: Int): Int
  18. def Modifiers: List[Mod]
    Definition Classes
    DamageModifiers
  19. def Modifiers_=(modifiers: List[Mod]): List[Mod]
    Definition Classes
    DamageModifiers
  20. def Modifiers_=(modifier: Mod): List[Mod]
    Definition Classes
    DamageModifiers
  21. def RepairDistance: Float
  22. def RepairDistance_=(distance: Float): Float
  23. def RepairIfDestroyed: Boolean
  24. def RepairIfDestroyed_=(repair: Boolean): Boolean
  25. def RepairMod: Int
  26. def RepairMod_=(mod: Int): Int
  27. def RepairRestoresAt: Int
  28. def RepairRestoresAt_=(restore: Option[Int]): Int
  29. def RepairRestoresAt_=(restore: Int): Int
  30. def Repairable: Boolean
  31. def Repairable_=(repair: Boolean): Boolean
  32. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  33. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  34. val collision: CollisionData
  35. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  37. val explodes: Boolean

    Characteristics of the objects dealing area of effect damage under guidance of the server motivated by client actions.

    Characteristics of the objects dealing area of effect damage under guidance of the server motivated by client actions. Although "vitality" has nothing to do with explosions directly, exploding objects tend to be entities with Vitality (lowest common denominator inheritance).

  38. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  39. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. def innateDamage: Option[DamageWithPosition]
  42. def innateDamage_=(combustion: DamageWithPosition): Option[DamageWithPosition]
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. val mass: Float
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from DamageModifiers

Inherited from AnyRef

Inherited from Any

Ungrouped