Uses of Class
studio.magemonkey.fabled.enchants.api.Settings
Packages that use Settings
-
Uses of Settings in studio.magemonkey.fabled.enchants.api
Fields in studio.magemonkey.fabled.enchants.api declared as SettingsMethods in studio.magemonkey.fabled.enchants.api with parameters of type SettingsModifier and TypeMethodDescriptionstatic voidConfigures the cooldown for an enchantmentstatic booleanCooldowns.onCooldown(CustomEnchantment enchant, org.bukkit.entity.LivingEntity user, Settings settings, int level) Checks whether or not the enchantment is on cooldownstatic intCooldowns.secondsLeft(CustomEnchantment enchant, org.bukkit.entity.LivingEntity user, Settings settings, int level) Computes the number of seconds left on the enchantment's cooldown, rounded up to the nearest second.