Uses of Enum Class
io.github.thebusybiscuit.slimefun4.api.items.ItemState
Package
Description
This package contains a few classes that revolve around the API for
SlimefunItem
, such as
ItemSetting
-
Uses of ItemState in io.github.thebusybiscuit.slimefun4.api.items
Modifier and TypeMethodDescriptionSlimefunItem.getState()
This method returns theItemState
thisSlimefunItem
is currently in.static ItemState
Returns the enum constant of this class with the specified name.static ItemState[]
ItemState.values()
Returns an array containing the constants of this enum class, in the order they are declared.