java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
io.github.thebusybiscuit.slimefun4.implementation.items.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: