Class VanillaItem

  • All Implemented Interfaces:
    Placeable


    public class VanillaItem
    extends SlimefunItem
    Represents a vanilla item that is overridden by Slimefun (like ELYTRA).

    A VanillaItem uses a non-modified ItemStack (no display name neither lore). When a VanillaItem gets disabled, its ItemState goes on State.VANILLA which automatically replace it in the recipes by its vanilla equivalent. A VanillaItem is also automatically useable in workbenches.

    Author:
    TheBusyBiscuit
    See Also:
    SlimefunItem