Class CombatHistory
java.lang.Object
org.rspeer.game.service.combat.CombatHistory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddIncomingAttack(Attack attack) voidaddOutgoingAttack(Attack attack) getDebuffs(int lookbackTicks) getIncomingAttacks(int lookbackTicks) getOutgoingAttacks(int lookbackTicks) booleanisEmpty()booleanprune()voidreset()
-
Constructor Details
-
CombatHistory
public CombatHistory()
-
-
Method Details
-
reset
public void reset() -
addDebuff
-
addOutgoingAttack
-
addIncomingAttack
-
getOutgoingAttacks
-
getIncomingAttacks
-
getDebuffs
-
prune
public boolean prune() -
isEmpty
public boolean isEmpty()
-