Packages

class Member extends AnyRef

Source
Member.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Member
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Member()

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 Armor: Int
  5. def Armor_=(blue: Int): Int
  6. def Certifications: Set[Certification]
  7. def Certifications_=(req: Set[Certification]): Set[Certification]
  8. def CharId: Long
  9. def CharId_=(id: Long): Long
  10. def GUID: PlanetSideGUID
  11. def GUID_=(thisGuid: Int): PlanetSideGUID
  12. def GUID_=(guid: PlanetSideGUID): PlanetSideGUID
  13. def Health: Int
  14. def Health_=(red: Int): Int
  15. def Name: String
  16. def Name_=(moniker: String): String
  17. def Orders: String
  18. def Orders_=(text: String): String
  19. def Position: Vector3
  20. def Position_=(pos: Vector3): Vector3
  21. def Requirements: Set[Certification]
  22. def Requirements_=(req: Set[Certification]): Set[Certification]
  23. def Role: String
  24. def Role_=(title: String): String
  25. def ZoneId: Int
  26. def ZoneId_=(id: Int): Int
  27. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  28. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  31. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  32. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def isAvailable(certs: Set[Certification]): Boolean
  35. def isAvailable: Boolean
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped