Uses of Class
org.rspeer.game.adapter.scene.PathingEntity
-
Packages that use PathingEntity Package Description org.rspeer.game.action.tree org.rspeer.game.adapter.scene org.rspeer.game.effect org.rspeer.game.event org.rspeer.game.minimenu org.rspeer.game.query.scene -
-
Uses of PathingEntity in org.rspeer.game.action.tree
Classes in org.rspeer.game.action.tree with type parameters of type PathingEntity Modifier and Type Class Description class
PathingEntityAction<T extends PathingEntity>
-
Uses of PathingEntity in org.rspeer.game.adapter.scene
Subclasses of PathingEntity in org.rspeer.game.adapter.scene Modifier and Type Class Description class
Npc
class
Player
Methods in org.rspeer.game.adapter.scene that return PathingEntity Modifier and Type Method Description PathingEntity<?>
Projectile. getSource()
PathingEntity<?>
HintArrow. getTarget()
PathingEntity<?>
PathingEntity. getTarget()
PathingEntity<?>
Projectile. getTarget()
-
Uses of PathingEntity in org.rspeer.game.effect
Constructors in org.rspeer.game.effect with parameters of type PathingEntity Constructor Description Stance(PathingEntity<?> src, int id, int frame)
-
Uses of PathingEntity in org.rspeer.game.event
Methods in org.rspeer.game.event that return PathingEntity Modifier and Type Method Description PathingEntity<?>
TargetEvent. getTarget()
Constructors in org.rspeer.game.event with parameters of type PathingEntity Constructor Description AnimationEvent(PathingEntity source, int previous, int current)
Constructs a prototypical Event.DeathEvent(PathingEntity<?> source)
Constructs a prototypical Event.HitsplatEvent(PathingEntity<?> source, int type, int damage, int specialType, int specialDamage)
Constructs a prototypical Event.MovementEvent(PathingEntity source, Position previous, Position next)
Constructs a prototypical Event.OverheadMessageEvent(PathingEntity source, String previous, String current)
Constructs a prototypical Event.PathingEntityEffectEvent(PathingEntity<?> source, int id)
Constructs a prototypical Event.StanceEvent(PathingEntity source, int previous, int current)
Constructs a prototypical Event.TargetEvent(PathingEntity source, int previous, int current)
Constructs a prototypical Event. -
Uses of PathingEntity in org.rspeer.game.minimenu
Methods in org.rspeer.game.minimenu with parameters of type PathingEntity Modifier and Type Method Description static long
MiniMenu. getUid(PathingEntity<?> o, int matrixId)
-
Uses of PathingEntity in org.rspeer.game.query.scene
Classes in org.rspeer.game.query.scene with type parameters of type PathingEntity Modifier and Type Class Description class
PathingEntityQuery<P extends RSPathingEntity,T extends PathingEntity<P>,Q extends PathingEntityQuery<P,T,Q>>
Methods in org.rspeer.game.query.scene with parameters of type PathingEntity Modifier and Type Method Description Q
PathingEntityQuery. targeters(PathingEntity... targeters)
HintArrowQuery
HintArrowQuery. targeting(PathingEntity... targets)
Q
PathingEntityQuery. targeting(PathingEntity... targets)
-