findEnchantments

@Since(version = "2.2")
abstract fun findEnchantments(plugin: JavaPlugin): List<RegistrableEnchantment>

This method finds all enchantments by a plugin that has registered it. Note that the list may be empty.

Return

the list of enchantment