ModelEventApplication

Represents an application or plugin that subscribes to model events.

This interface is used to check if the subscribing application is still enabled, allowing the event bus to automatically unregister listeners from disabled plugins.

Since

2.0.0

Inheritors

Functions

Link copied to clipboard
abstract fun isEnabled(): Boolean
Checks if the application is currently enabled.