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 TypeMethodDescriptionvoid
Adds a buff to the buff collection.void
Adds a buff to the buff collection.void
Deprecated.void
Deprecated.Buff types are more abstract now, soBuffData.addBuff(String, Buff, int)
should be preferredstatic void
BuffManager.addBuff
(org.bukkit.entity.LivingEntity entity, BuffType type, String category, Buff buff, int ticks) Adds an offensive buff to the entitystatic void
Adds an offensive buff to the entityvoid
BuffData.addDamageBuff
(Buff buff, int ticks) Deprecated.useBuffData.addBuff(BuffType, Buff, int)
insteadstatic void
BuffManager.addDamageBuff
(org.bukkit.entity.LivingEntity entity, Buff buff, int ticks) Deprecated.void
BuffData.addDefenseBuff
(Buff buff, int ticks) Deprecated.useBuffData.addBuff(BuffType, Buff, int)
insteadstatic void
BuffManager.addDefenseBuff
(org.bukkit.entity.LivingEntity entity, Buff buff, int ticks) Deprecated.void
BuffData.addSkillDamageBuff
(Buff buff, int ticks) Deprecated.useBuffData.addBuff(BuffType, Buff, int)
insteadstatic void
BuffManager.addSkillDamageBuff
(org.bukkit.entity.LivingEntity entity, Buff buff, int ticks) Deprecated.void
BuffData.addSkillDefenseBuff
(Buff buff, int ticks) Deprecated.useBuffData.addBuff(BuffType, Buff, int)
insteadstatic void
BuffManager.addSkillDefenseBuff
(org.bukkit.entity.LivingEntity entity, Buff buff, int ticks) Deprecated.
BuffData.addBuff(String, Buff, int)
should be preferred