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