Klasse PlayerActor

java.lang.Object
net.actor.mixin.PlayerActor
Alle implementierten Schnittstellen:
IPlayerActor

public class PlayerActor extends Object implements IPlayerActor
  • Konstruktordetails

    • PlayerActor

      public PlayerActor()
  • Methodendetails

    • actor$attach

      public IActor actor$attach()
      Beschreibung aus Schnittstelle kopiert: IPlayerActor
      Attaches an Actor to the LocalPlayer instance. Uses ActorPriority.ACTOR
      Angegeben von:
      actor$attach in Schnittstelle IPlayerActor
      Gibt zurück:
      The IActor instance for this LocalPlayer
    • actor$attach

      public IActor actor$attach(ActorPriority priority)
      Beschreibung aus Schnittstelle kopiert: IPlayerActor
      Attaches an Actor to the LocalPlayer instance.
      Angegeben von:
      actor$attach in Schnittstelle IPlayerActor
      Parameter:
      priority - The ActorPriority for this Actor. See ActorPriority for more info.
      Gibt zurück:
      The IActor instance for this LocalPlayer
    • actor$detach

      public void actor$detach()
      Beschreibung aus Schnittstelle kopiert: IPlayerActor
      Detach an Actor from the LocalPlayer and hand off control back to the user. Does nothing of no actor is attached.
      Angegeben von:
      actor$detach in Schnittstelle IPlayerActor
    • actor$getActor

      public IActor actor$getActor()
      Beschreibung aus Schnittstelle kopiert: IPlayerActor
      Get the IActor instance for this LocalPlayer. May be null if no Actor is attached.
      Angegeben von:
      actor$getActor in Schnittstelle IPlayerActor
      Gibt zurück:
      The IActor instance or null