Uses of Enum Class
org.strassburger.lifestealz.util.customitems.CustomItemType
Packages that use CustomItemType
Package
Description
-
Uses of CustomItemType in org.strassburger.lifestealz.util.customitems
Methods in org.strassburger.lifestealz.util.customitems that return CustomItemTypeModifier and TypeMethodDescriptionstatic CustomItemType
CustomItemType.fromCustomItem
(String customItemId, org.bukkit.configuration.file.FileConfiguration config) Returns the CustomItemType for the given custom item ID from the configuration.static CustomItemType
CustomItemType.fromString
(String type) Returns the CustomItemType corresponding to the given string.static CustomItemType
Returns 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 org.strassburger.lifestealz.util.customitems.customitemdata
Methods in org.strassburger.lifestealz.util.customitems.customitemdata that return CustomItemType