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
Player
has changed their armor between ticks.Represents an item group, which structure multipleSlimefunItem
in theSlimefunGuide
.AnItemHandler
represents a certain action that aSlimefunItem
can perform.ItemSetting<T>This class represents a Setting for aSlimefunItem
that can be modified via theItems.yml
Config
file.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.ASlimefunItem
is a custom item registered by aSlimefunAddon
.TheSlimefunItemStack
functions as the base for anySlimefunItem
.