Class SlimefunItem

java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
All Implemented Interfaces:
Placeable
Direct Known Subclasses:
AbstractAutoCrafter, AbstractEnergyProvider, AbstractGrowthAccelerator, AbstractMonsterSpawner, AbstractTeleporterPlate, AContainer, AlloyIngot, AncientAltar, AutoBreeder, BeeWings, BirthdayCake, BlockPlacer, Capacitor, CargoManager, ElementalRune, EnchantedItem, EnderBoots, EnergyRegulator, ExpCollector, FarmerShoes, GEOMiner, GoldIngot, HiddenItem, HologramProjector, IgnitionChamber, JetBoots, Jetpack, LumberAxe, MultiBlockMachine, MultiTool, OrganicFertilizer, OrganicFood, OutputChest, Parachute, ProgrammableAndroid, RadioactiveItem, ReactorAccessPort, SimpleSlimefunItem, SlimefunArmorPiece, SlimefunBow, SolarGenerator, SolarHelmet, SoulboundItem, SteelThruster, StomperBoots, SyntheticEmerald, Talisman, TrashCan, VanillaItem, WitherProofBlock

public class SlimefunItem extends Object implements Placeable
A SlimefunItem is a custom item registered by a SlimefunAddon. This class defines the behaviours of the item, you can assign an ItemHandler to give the item functionality. In contrast to that the SlimefunItemStack defines the look and feel of the item. Remember to call register(SlimefunAddon) on your SlimefunItem for it to appear in the SlimefunGuide.
Author:
TheBusyBiscuit, Poslovitch
See Also: