findApplicables

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

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

Return

the list of applicables