Uses of Enum Class
org.rspeer.game.service.combat.DebuffType
Packages that use DebuffType
-
Uses of DebuffType in org.rspeer.game.service.combat
Subclasses with type arguments of type DebuffType in org.rspeer.game.service.combatMethods in org.rspeer.game.service.combat that return DebuffTypeModifier and TypeMethodDescriptionDebuff.getType()static DebuffTypeReturns the enum constant of this class with the specified name.static DebuffType[]DebuffType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.rspeer.game.service.combat with parameters of type DebuffTypeModifierConstructorDescriptionDebuff(PathingEntity<?> source, PathingEntity<?> target, int animation, int tick, Map<Equipment.Slot, Item> equipmentSnapshot, DebuffType type)