Uses of Class
org.bukkit.enchantments.EnchantmentTarget
-
Packages that use EnchantmentTarget Package Description org.bukkit.enchantments Classes relating to the specialized enhancements toitem stacks, as part of themeta data. -
-
Uses of EnchantmentTarget in org.bukkit.enchantments
Methods in org.bukkit.enchantments that return EnchantmentTarget Modifier and Type Method Description abstract @NotNull EnchantmentTargetEnchantment. getItemTarget()Gets the type ofItemStackthat may fit this Enchantment.@NotNull EnchantmentTargetEnchantmentWrapper. getItemTarget()static EnchantmentTargetEnchantmentTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static EnchantmentTarget[]EnchantmentTarget. values()Returns an array containing the constants of this enum type, in the order they are declared.
-