Class SetManager.SetElementBonus

java.lang.Object
studio.magemonkey.divinity.modules.list.sets.SetManager.SetElementBonus
Enclosing class:
SetManager

public class SetManager.SetElementBonus extends Object
  • Constructor Details

    • SetElementBonus

      public SetElementBonus(int amount, @NotNull List<String> lore, @NotNull Map<org.bukkit.potion.PotionEffectType,Integer> potions, @NotNull BonusMap bonusMap)
  • Method Details

    • getMinElementsAmount

      public int getMinElementsAmount()
    • getLore

      @NotNull public List<String> getLore()
    • getPotionEffects

      @NotNull public Set<org.bukkit.potion.PotionEffect> getPotionEffects()
    • getBonusMap

      @NotNull public BonusMap getBonusMap()