Package io.github.thebusybiscuit.slimefun4.api.items
package io.github.thebusybiscuit.slimefun4.api.items
This package contains a few classes that revolve around the API for
SlimefunItem, such as
ItemSetting-
ClassDescriptionThis class serves as a way of checking whether a
Playerhas changed their armor between ticks.Represents an item group, which structure multipleSlimefunItemin theSlimefunGuide.AnItemHandlerrepresents a certain action that aSlimefunItemcan perform.ItemSetting<T>This class represents a Setting for aSlimefunItemthat can be modified via theItems.ymlConfigfile.This enum holds the different reasons as to why we may need to spawn an item.Defines whether a SlimefunItem is enabled, disabled or fall-back to its vanilla behavior.ASlimefunItemis a custom item registered by aSlimefunAddon.TheSlimefunItemStackfunctions as the base for anySlimefunItem.