We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798a9c4 commit f4683e9Copy full SHA for f4683e9
common/src/main/kotlin/com/lambda/event/listener/Listener.kt
@@ -25,7 +25,7 @@ import com.lambda.module.Module
25
*
26
* @property priority The priority of the [Listener]. [Listener]s with higher [priority] are executed first.
27
* @property owner The owner of the [Listener]. This is typically the object that created the [Listener].
28
- * @property alwaysListen If true, the [Listener] will always be triggered, even if the [owner] is not enabled.
+ * @property alwaysListen If true, the [Listener] will always be triggered, even if the [owner] is [Muteable.isMuted].
29
*/
30
abstract class Listener : Comparable<Listener> {
31
abstract val priority: Int
0 commit comments