Uses of Class
org.rspeer.game.service.combat.Debuff
-
Packages that use Debuff Package Description org.rspeer.game.service.combat -
-
Uses of Debuff in org.rspeer.game.service.combat
Methods in org.rspeer.game.service.combat that return types with arguments of type Debuff Modifier and Type Method Description Deque<Debuff>CombatHistory. getDebuffs(int lookbackTicks)Deque<Debuff>CombatMonitoringService. getDebuffs(PathingEntity<?> entity, int lookbackTicks)Deque<Debuff>CombatService. getDebuffs(PathingEntity<?> entity, int lookbackTicks)Methods in org.rspeer.game.service.combat with parameters of type Debuff Modifier and Type Method Description voidCombatHistory. addDebuff(Debuff debuff)
-