Uses of Class
org.rspeer.game.service.combat.Attack
-
Packages that use Attack Package Description org.rspeer.game.service.combat -
-
Uses of Attack in org.rspeer.game.service.combat
Subclasses of Attack in org.rspeer.game.service.combat Modifier and Type Class Description classDebuffMethods in org.rspeer.game.service.combat that return types with arguments of type Attack 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.Deque<Attack>CombatHistory. getIncomingAttacks(int lookbackTicks)Deque<Attack>CombatHistory. getOutgoingAttacks(int lookbackTicks)Methods in org.rspeer.game.service.combat with parameters of type Attack Modifier and Type Method Description voidCombatHistory. addIncomingAttack(Attack attack)voidCombatHistory. addOutgoingAttack(Attack attack)
-