Package org.rspeer.game.service.combat
Class Debuff
- java.lang.Object
-
- org.rspeer.game.service.combat.Attack
-
- org.rspeer.game.service.combat.Debuff
-
public class Debuff extends Attack
-
-
Constructor Summary
Constructors Constructor Description Debuff(PathingEntity<?> source, PathingEntity<?> target, int animation, int tick, Map<Equipment.Slot,Item> equipmentSnapshot, DebuffType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DebuffTypegetType()StringtoString()-
Methods inherited from class org.rspeer.game.service.combat.Attack
getAnimation, getEquipmentSnapshot, getEventSource, getSource, getTarget, getTick, getTicksElapsed
-
-
-
-
Constructor Detail
-
Debuff
public Debuff(PathingEntity<?> source, PathingEntity<?> target, int animation, int tick, Map<Equipment.Slot,Item> equipmentSnapshot, DebuffType type)
-
-
Method Detail
-
getType
public DebuffType getType()
-
-