Uses of Enum Class
com.zetaplugins.lifestealz.util.customitems.CustomItemType
Packages that use CustomItemType
Package
Description
-
Uses of CustomItemType in com.zetaplugins.lifestealz.util.customitems
Methods in com.zetaplugins.lifestealz.util.customitems that return CustomItemTypeModifier and TypeMethodDescriptionstatic CustomItemTypeCustomItemType.fromCustomItem(String customItemId, FileConfiguration config) Returns the CustomItemType for the given custom item ID from the configuration.static CustomItemTypeCustomItemType.fromString(String type) Returns the CustomItemType corresponding to the given string.static CustomItemTypeReturns the enum constant of this class with the specified name.static CustomItemType[]CustomItemType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CustomItemType in com.zetaplugins.lifestealz.util.customitems.customitemdata
Methods in com.zetaplugins.lifestealz.util.customitems.customitemdata that return CustomItemType