java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
io.github.thebusybiscuit.slimefun4.implementation.items.EnchantedItem
All Implemented Interfaces:
Placeable

public class EnchantedItem extends SlimefunItem
The EnchantedItem is an enchanted SlimefunItem. By default, this class sets items to be not disenchantable.
Author:
Fury_Phoenix
  • Constructor Details

    • EnchantedItem

      @ParametersAreNonnullByDefault public EnchantedItem(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, org.bukkit.inventory.ItemStack[] recipe)