Uses of Interface
net.runelite.api.Actor
-
Packages that use Actor Package Description net.runelite.api net.runelite.api.events -
-
Uses of Actor in net.runelite.api
Subinterfaces of Actor in net.runelite.api Modifier and Type Interface Description interfaceNPCRepresents a non-player character in the game.interfacePlayerRepresents a player entity in the game.Methods in net.runelite.api that return Actor Modifier and Type Method Description ActorMenuEntry. getActor()Get theActorthis menu entry is targeting, if any.ActorActor. getInteracting()Gets the actor being interacted with.default ActorProjectile. getInteracting()Deprecated.ActorProjectile. getSourceActor()Get the actor the projectile starts at.ActorProjectile. getTargetActor()Get the actor the projectile ends at.Methods in net.runelite.api with parameters of type Actor Modifier and Type Method Description ProjectileClient. createProjectile(int id, int plane, int startX, int startY, int startZ, int startCycle, int endCycle, int slope, int startHeight, int endHeight, Actor target, int targetX, int targetY)Deprecated.ProjectileClient. createProjectile(int spotanimId, WorldPoint source, int sourceHeightOffset, Actor sourceActor, WorldPoint target, int targetHeightOffset, Actor targetActor, int startCycle, int endCycle, int slope, int startPos)Create a projectile.ProjectileWorldView. createProjectile(int id, int plane, int startX, int startY, int startZ, int startCycle, int endCycle, int slope, int startHeight, int endHeight, Actor target, int targetX, int targetY)Deprecated. -
Uses of Actor in net.runelite.api.events
Methods in net.runelite.api.events that return Actor Modifier and Type Method Description ActorActorDeath. getActor()ActorAnimationChanged. getActor()The actor that has entered a new animation.ActorGraphicChanged. getActor()The actor that has had their graphic changed.ActorHitsplatApplied. getActor()The actor the hitsplat was applied to.ActorNpcDespawned. getActor()ActorNpcSpawned. getActor()ActorOverheadTextChanged. getActor()ActorPlayerDespawned. getActor()ActorPlayerSpawned. getActor()ActorAreaSoundEffectPlayed. getSource()ActorInteractingChanged. getSource()ActorSoundEffectPlayed. getSource()ActorInteractingChanged. getTarget()Target actor, may be nullMethods in net.runelite.api.events with parameters of type Actor Modifier and Type Method Description voidAnimationChanged. setActor(Actor actor)The actor that has entered a new animation.voidGraphicChanged. setActor(Actor actor)The actor that has had their graphic changed.voidHitsplatApplied. setActor(Actor actor)The actor the hitsplat was applied to.Constructors in net.runelite.api.events with parameters of type Actor Constructor Description ActorDeath(Actor actor)AreaSoundEffectPlayed(Actor source)InteractingChanged(Actor source, Actor target)OverheadTextChanged(Actor actor, String overheadText)SoundEffectPlayed(Actor source)
-