-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
git-Spigot-758abbe-3f0c333
-
Yes
I noticed that the enum org.bukkit.enchantments.EnchantmentTarget.ALL has been removed, is there an alternative for that?
API Example:
public class CustomEnchantmentWrapper extends EnchantmentWrapper { ... public EnchantmentTarget getItemTarget() { return EnchantmentTarget.ALL; } ... }
This is used to make a custom enchantment wrapper.