Package net.actor.mixin
Klasse PlayerActor
java.lang.Object
net.actor.mixin.PlayerActor
- Alle implementierten Schnittstellen:
IPlayerActor
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungAttaches an Actor to theLocalPlayerinstance.actor$attach(ActorPriority priority) Attaches an Actor to theLocalPlayerinstance.voidDetach an Actor from theLocalPlayerand hand off control back to the user.Get theIActorinstance for thisLocalPlayer.
-
Konstruktordetails
-
PlayerActor
public PlayerActor()
-
-
Methodendetails
-
actor$attach
Beschreibung aus Schnittstelle kopiert:IPlayerActorAttaches an Actor to theLocalPlayerinstance. UsesActorPriority.ACTOR- Angegeben von:
actor$attachin SchnittstelleIPlayerActor- Gibt zurück:
- The
IActorinstance for thisLocalPlayer
-
actor$attach
Beschreibung aus Schnittstelle kopiert:IPlayerActorAttaches an Actor to theLocalPlayerinstance.- Angegeben von:
actor$attachin SchnittstelleIPlayerActor- Parameter:
priority- TheActorPriorityfor this Actor. SeeActorPriorityfor more info.- Gibt zurück:
- The
IActorinstance for thisLocalPlayer
-
actor$detach
public void actor$detach()Beschreibung aus Schnittstelle kopiert:IPlayerActorDetach an Actor from theLocalPlayerand hand off control back to the user. Does nothing of no actor is attached.- Angegeben von:
actor$detachin SchnittstelleIPlayerActor
-
actor$getActor
Beschreibung aus Schnittstelle kopiert:IPlayerActorGet theIActorinstance for thisLocalPlayer. May be null if no Actor is attached.- Angegeben von:
actor$getActorin SchnittstelleIPlayerActor- Gibt zurück:
- The
IActorinstance or null
-