findConditions

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

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

Return

the list of conditions