java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.ItemSetting<Boolean>
io.github.thebusybiscuit.slimefun4.implementation.settings.TalismanEnchantment

public class TalismanEnchantment extends ItemSetting<Boolean>
This class is an extension of ItemSetting that holds an Enchantment and a level. It is only used by the TalismanListener to handle the MagicianTalisman.
Author:
TheBusyBiscuit
See Also:
  • Constructor Details

    • TalismanEnchantment

      @ParametersAreNonnullByDefault public TalismanEnchantment(MagicianTalisman talisman, Enchantment enchantment, int level)
  • Method Details