Packages

class AvatarActor extends AnyRef

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

Instance Constructors

  1. new AvatarActor(context: ActorContext[Command], buffer: StashBuffer[Command], sessionActor: ActorRef[Command])

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. var _avatar: Option[Avatar]
  5. var account: Option[Account]
  6. def active(account: Account): Behavior[Command]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def avatar: Avatar
  9. def avatar_=(avatar: Avatar): Unit
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def consumeStamina(stamina: Int): Boolean

    Consumes given stamina and returns false if current stamina was too low to consume the full amount

  12. def deactivateImplant(implantType: ImplantType): Unit
  13. def defaultStaminaRegen(): Cancellable
  14. def deinitializeImplants(): Unit
  15. implicit val ec: ExecutionContextExecutor
  16. def encodeLoadoutClobFragment(equipment: Equipment, index: Int): String
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val implantTimers: Map[Int, Cancellable]
  23. def initializeImplants(): Unit
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def loadLoadouts(): Future[Seq[Option[Loadout]]]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def postStartBehaviour(): Behavior[Command]
  30. def sendAvatars(account: Account): Unit

    Send list of avatars to client (show character selection screen)

  31. var session: Option[Session]
  32. def setCosmetics(cosmetics: Set[Cosmetic]): Future[Unit]
  33. var staminaRegenTimer: Cancellable
  34. def start(): Behavior[Command]
  35. def storeLoadout(owner: Player, label: String, line: Int): Future[Unit]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def updateDeployableUIElements(list: List[(Int, Int, Int, Int)]): Unit
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped