Uses of Class
org.rspeer.game.adapter.scene.PathingEntity
-
-
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 classPathingEntityAction<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 classNpcclassPlayerMethods 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.HeadbarEvent(PathingEntity<?> source, int id, int width)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, Coord previousCoord, Coord nextCoord)Constructs a prototypical Event.OverheadMessageEvent(PathingEntity source, String previous, String current)Constructs a prototypical Event.PathingEntityEffectEvent(PathingEntity<?> source, int id)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 longMiniMenu. 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 classPathingEntityQuery<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 ProjectileQueryProjectileQuery. source(PathingEntity... source)QPathingEntityQuery. targeters(PathingEntity... targeters)HintArrowQueryHintArrowQuery. targeting(PathingEntity... targets)QPathingEntityQuery. targeting(PathingEntity... targets)ProjectileQueryProjectileQuery. targeting(PathingEntity... targets) -
Uses of PathingEntity in org.rspeer.game.service.combat
Methods in org.rspeer.game.service.combat that return PathingEntity Modifier and Type Method Description PathingEntity<?>Attack. getSource()PathingEntity<?>Attack. getTarget()Methods in org.rspeer.game.service.combat with parameters of type PathingEntity Modifier and Type Method Description Deque<Attack>CombatMonitoringService. getAttacksAgainst(PathingEntity<?> entity, int lookbackTicks)default Deque<Attack>CombatService. getAttacksAgainst(PathingEntity<?> entity)Convenience method for retrieving the incoming attack history of the specified entity using a default lookback window of 8 ticks.Deque<Attack>CombatService. getAttacksAgainst(PathingEntity<?> entity, int lookbackTicks)Returns a deque of attacks recently performed against the specified entity.Deque<Attack>CombatMonitoringService. getAttacksFrom(PathingEntity<?> entity, int lookbackTicks)default Deque<Attack>CombatService. getAttacksFrom(PathingEntity<?> entity)Convenience method for retrieving the outgoing attack history of the specified entity using a default lookback window of 8 ticks.Deque<Attack>CombatService. getAttacksFrom(PathingEntity<?> entity, int lookbackTicks)Returns a deque of attacks recently performed by the specified entity.Constructors in org.rspeer.game.service.combat with parameters of type PathingEntity Constructor Description Attack(PathingEntity<?> source, PathingEntity<?> target, int tick, Map<Equipment.Slot,Item> equipmentSnapshot)
-