findSeekers

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

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

Return

the list of seekers