Package net.actor.api.v1
Schnittstelle IPlayerActor
- Alle bekannten Implementierungsklassen:
PlayerActor
public interface IPlayerActor
-
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.@Nullable IActorGet theIActorinstance for thisLocalPlayer.
-
Methodendetails
-
actor$attach
IActor actor$attach()Attaches an Actor to theLocalPlayerinstance. UsesActorPriority.ACTOR- Gibt zurück:
- The
IActorinstance for thisLocalPlayer
-
actor$attach
Attaches an Actor to theLocalPlayerinstance.- Parameter:
priority- TheActorPriorityfor this Actor. SeeActorPriorityfor more info.- Gibt zurück:
- The
IActorinstance for thisLocalPlayer
-
actor$detach
void actor$detach()Detach an Actor from theLocalPlayerand hand off control back to the user. Does nothing of no actor is attached. -
actor$getActor
Get theIActorinstance for thisLocalPlayer. May be null if no Actor is attached.- Gibt zurück:
- The
IActorinstance or null
-