Packages

class ReferablePlayer extends BasePlayer with Referable with Alive

Lobby user with references

Linear Supertypes
Alive, Referable, BasePlayer, Serializable, Serializable, Product, Equals, Player, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReferablePlayer
  2. Alive
  3. Referable
  4. BasePlayer
  5. Serializable
  6. Serializable
  7. Product
  8. Equals
  9. Player
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReferablePlayer(basicPlayer: BasePlayer, actorRef: ActorRef)

    Secondary constructor.

    Secondary constructor.

    basicPlayer

    The BasicPlayer.

    actorRef

    The actor reference.

    returns

    A new ReferablePlayer instance.

  2. new ReferablePlayer(username: String, address: String, port: Int, actorRef: ActorRef)

    username

    The username

    address

    The address

    port

    The port

    actorRef

    The actor reference

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  8. def getActorRef: ActorRef

    The actor ref.

    The actor ref.

    returns

    The actor ref

    Definition Classes
    ReferablePlayerReferable
  9. def getAddress: String

    Gets the address.

    Gets the address.

    returns

    The address

    Definition Classes
    BasePlayerPlayer
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getPort: Int

    Gets the port.

    Gets the port.

    returns

    The port

    Definition Classes
    BasePlayerPlayer
  12. def getUUID: String

    Gets the UUID of the player.

    Gets the UUID of the player.

    returns

    The UUID

    Definition Classes
    Referable
  13. def getUsername: String

    Gets the username.

    Gets the username.

    returns

    The username

    Definition Classes
    BasePlayerPlayer
  14. def isAlive: Boolean

    Determines whether the player is alive or not.

    Determines whether the player is alive or not.

    returns

    If the player is alive or not.

    Definition Classes
    Alive
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def setLiveness(isAlive: Boolean): Unit

    Sets the liveness of the player.

    Sets the liveness of the player.

    isAlive

    If the player is alive or not.

    Definition Classes
    Alive
  20. def setUUID(uuid: String): Unit

    Sets the UUID of the player.

    Sets the UUID of the player.

    uuid

    The UUID

    Definition Classes
    Referable
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toBasicPlayer: BasePlayer

    Creates a BasicPlayer object from this instance.

    Creates a BasicPlayer object from this instance.

    returns

    The basic player object

  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Alive

Inherited from Referable

Inherited from BasePlayer

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Player

Inherited from AnyRef

Inherited from Any

Ungrouped