Uses of Class
org.rspeer.game.service.combat.DebuffType
-
Packages that use DebuffType Package Description org.rspeer.game.service.combat -
-
Uses of DebuffType in org.rspeer.game.service.combat
Methods in org.rspeer.game.service.combat that return DebuffType Modifier and Type Method Description DebuffTypeDebuff. getType()static DebuffTypeDebuffType. valueOf(String name)Returns the enum constant of this type with the specified name.static DebuffType[]DebuffType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.rspeer.game.service.combat with parameters of type DebuffType Constructor Description Debuff(PathingEntity<?> source, PathingEntity<?> target, int animation, int tick, Map<Equipment.Slot,Item> equipmentSnapshot, DebuffType type)
-