Uses of Enum Class
io.github.thebusybiscuit.slimefun4.api.items.ItemState
Packages that use 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
Methods in io.github.thebusybiscuit.slimefun4.api.items that return ItemStateModifier and TypeMethodDescriptionSlimefunItem.getState()This method returns theItemStatethisSlimefunItemis currently in.static ItemStateReturns 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.