Uses of Enum Class
com.sucy.skill.api.util.BuffType
Packages that use BuffType
-
Uses of BuffType in com.sucy.skill.api.util
Methods in com.sucy.skill.api.util that return BuffTypeModifier and TypeMethodDescriptionstatic BuffTypeReturns the enum constant of this class with the specified name.static BuffType[]BuffType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sucy.skill.api.util with parameters of type BuffTypeModifier and TypeMethodDescriptionvoidAdds a buff to the buff collection.voidAdds a buff to the buff collection.static voidAdds an offensive buff to the entitystatic voidBuffManager.addBuff(org.bukkit.entity.LivingEntity entity, BuffType type, String category, Buff buff, int ticks) Adds an offensive buff to the entitydoubleApplies all buffs of the given type to the specified valuedoubleApplies all buffs of the given type to the specified valuestatic doubleModifies the amount of dealt damage using damage buff multipliers and bonuses.static doubleBuffManager.apply(org.bukkit.entity.LivingEntity entity, BuffType type, String category, double amount) Modifies the amount of dealt damage using damage buff multipliers and bonuses.doubleBuffData.getFlatBonus(BuffType buffType, String category) doubleBuffData.getMultiplier(BuffType buffType, String category)