Uses of Enum Class
io.github.thebusybiscuit.slimefun4.utils.HeadTexture
Package
Description
This package contains a few classes that revolve around the API for
SlimefunItem
, such as
ItemSetting
This package contains some utility classes that offer handy ways to do stuff.
-
Uses of HeadTexture in io.github.thebusybiscuit.slimefun4.api.items
ModifierConstructorDescriptionSlimefunItemStack
(String id, HeadTexture head, String name, String... lore) -
Uses of HeadTexture in io.github.thebusybiscuit.slimefun4.utils
Modifier and TypeMethodDescriptionstatic HeadTexture
Returns the enum constant of this class with the specified name.static HeadTexture[]
HeadTexture.values()
Returns an array containing the constants of this enum class, in the order they are declared.