Uses of Class
org.rspeer.game.adapter.scene.PathingEntity
Packages that use PathingEntity
Package
Description
-
Uses of PathingEntity in org.rspeer.game.action.tree
Classes in org.rspeer.game.action.tree with type parameters of type PathingEntity -
Uses of PathingEntity in org.rspeer.game.adapter.scene
Subclasses of PathingEntity in org.rspeer.game.adapter.sceneMethods in org.rspeer.game.adapter.scene that return PathingEntity -
Uses of PathingEntity in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi with parameters of type PathingEntityModifier and TypeMethodDescriptionstatic booleanMagic.isCastingHomeTeleport(PathingEntity<?> entity) -
Uses of PathingEntity in org.rspeer.game.effect
Constructors in org.rspeer.game.effect with parameters of type PathingEntity -
Uses of PathingEntity in org.rspeer.game.event
Subclasses with type arguments of type PathingEntity in org.rspeer.game.eventModifier and TypeClassDescriptionclassclassclassclassclassclassConstructors in org.rspeer.game.event with parameters of type PathingEntityModifierConstructorDescriptionAnimationEvent(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) Constructs a prototypical Event.MovementEvent(PathingEntity source, Position previous, Position next, Coord previousCoord, Coord nextCoord) Constructs a prototypical Event.PathingEntityEffectEvent(PathingEntity<?> source, int id) Constructs a prototypical Event. -
Uses of PathingEntity in org.rspeer.game.query.scene
Classes in org.rspeer.game.query.scene with type parameters of type PathingEntityModifier and TypeClassDescriptionclassPathingEntityQuery<P extends jag.oldscape.RSPathingEntity, T extends PathingEntity<P>, Q extends PathingEntityQuery<P,T, Q>> Methods in org.rspeer.game.query.scene with parameters of type PathingEntityModifier and TypeMethodDescriptionProjectileQuery.source(PathingEntity... source) PathingEntityQuery.targeters(PathingEntity... targeters) HintArrowQuery.targeting(PathingEntity... targets) PathingEntityQuery.targeting(PathingEntity... targets) ProjectileQuery.targeting(PathingEntity... targets) -
Uses of PathingEntity in org.rspeer.game.service.combat
Methods in org.rspeer.game.service.combat that return PathingEntityMethods in org.rspeer.game.service.combat with parameters of type PathingEntityModifier and TypeMethodDescriptionCombatMonitoringService.getAttacksAgainst(PathingEntity<?> entity, int lookbackTicks) CombatService.getAttacksAgainst(PathingEntity<?> entity) Convenience method for retrieving the incoming attack history of the specified entity using a default lookback window of 8 ticks.CombatService.getAttacksAgainst(PathingEntity<?> entity, int lookbackTicks) Returns a deque of attacks recently performed against the specified entity.CombatMonitoringService.getAttacksFrom(PathingEntity<?> entity, int lookbackTicks) CombatService.getAttacksFrom(PathingEntity<?> entity) Convenience method for retrieving the outgoing attack history of the specified entity using a default lookback window of 8 ticks.CombatService.getAttacksFrom(PathingEntity<?> entity, int lookbackTicks) Returns a deque of attacks recently performed by the specified entity.CombatMonitoringService.getDebuffs(PathingEntity<?> entity, int lookbackTicks) CombatService.getDebuffs(PathingEntity<?> entity, int lookbackTicks) booleanDebuffType.isFiring(PathingEntity<?> source, PathingEntity<?> target) Constructors in org.rspeer.game.service.combat with parameters of type PathingEntityModifierConstructorDescriptionAttack(CombatEventSource eventSource, PathingEntity<?> source, PathingEntity<?> target, int animation, int tick, Map<Equipment.Slot, Item> equipmentSnapshot) Debuff(PathingEntity<?> source, PathingEntity<?> target, int animation, int tick, Map<Equipment.Slot, Item> equipmentSnapshot, DebuffType type)