Uses of Class
studio.magemonkey.fabled.api.util.Buff
Packages that use Buff
- 
Uses of Buff in studio.magemonkey.fabled.api.event
Methods in studio.magemonkey.fabled.api.event that return BuffConstructors in studio.magemonkey.fabled.api.event with parameters of type BuffModifierConstructorDescriptionBuffExpiredEvent(org.bukkit.entity.LivingEntity entity, Buff buff, String key)  - 
Uses of Buff in studio.magemonkey.fabled.api.util
Methods in studio.magemonkey.fabled.api.util with parameters of type BuffModifier and TypeMethodDescriptionvoidAdds a buff to the buff collection.voidAdds a buff to the buff collection.voidDeprecated.voidDeprecated.Buff types are more abstract now, soBuffData.addBuff(String, Buff, int)should be preferredstatic voidBuffManager.addBuff(org.bukkit.entity.LivingEntity entity, BuffType type, String category, Buff buff, int ticks) Adds an offensive buff to the entitystatic voidAdds an offensive buff to the entityvoidBuffData.addDamageBuff(Buff buff, int ticks) Deprecated.useBuffData.addBuff(BuffType, Buff, int)insteadstatic voidBuffManager.addDamageBuff(org.bukkit.entity.LivingEntity entity, Buff buff, int ticks) Deprecated.voidBuffData.addDefenseBuff(Buff buff, int ticks) Deprecated.useBuffData.addBuff(BuffType, Buff, int)insteadstatic voidBuffManager.addDefenseBuff(org.bukkit.entity.LivingEntity entity, Buff buff, int ticks) Deprecated.voidBuffData.addSkillDamageBuff(Buff buff, int ticks) Deprecated.useBuffData.addBuff(BuffType, Buff, int)insteadstatic voidBuffManager.addSkillDamageBuff(org.bukkit.entity.LivingEntity entity, Buff buff, int ticks) Deprecated.voidBuffData.addSkillDefenseBuff(Buff buff, int ticks) Deprecated.useBuffData.addBuff(BuffType, Buff, int)insteadstatic voidBuffManager.addSkillDefenseBuff(org.bukkit.entity.LivingEntity entity, Buff buff, int ticks) Deprecated. 
BuffData.addBuff(String, Buff, int)should be preferred