A support Actor that sequences adding and removing Avatar and Player objects to mappings and lists.
The former mapping is considered to represent every user connect to the zone (as Avatar objects)
and their current representation (as Player objects).
The latter list keeps track of a group of former user representations.
This member is added by an implicit conversion from ZonePopulationActor to
any2stringadd[ZonePopulationActor] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from ZonePopulationActor to
ArrowAssoc[ZonePopulationActor] performed by method ArrowAssoc in scala.Predef.
This member is added by an implicit conversion from ZonePopulationActor to
StringFormat[ZonePopulationActor] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline()
final defgetClass(): Class[_]
Definition Classes
AnyRef → Any
defhashCode(): Int
Definition Classes
AnyRef → Any
final defisInstanceOf[T0]: Boolean
Definition Classes
Any
final defne(arg0: AnyRef): Boolean
Definition Classes
AnyRef
final defnotify(): Unit
Definition Classes
AnyRef
final defnotifyAll(): Unit
Definition Classes
AnyRef
defpostRestart(reason: Throwable): Unit
Definition Classes
Actor
Annotations
@throws(classOf[java.lang.Exception])
defpostStop(): Unit
Definition Classes
Actor
Annotations
@throws(classOf[java.lang.Exception])
defpreRestart(reason: Throwable, message: Option[Any]): Unit
This member is added by an implicit conversion from ZonePopulationActor to
ArrowAssoc[ZonePopulationActor] performed by method ArrowAssoc in scala.Predef.
A support
Actor
that sequences adding and removingAvatar
andPlayer
objects to mappings and lists. The former mapping is considered to represent every user connect to thezone
(as Avatar
objects) and their current representation (asPlayer
objects). The latter list keeps track of a group of former user representations.