findActions

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

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

Return

the list of actions