Class ScalaPluginEnableEvent

All Implemented Interfaces:
Cancellable

@Deprecated public class ScalaPluginEnableEvent extends PluginEnableEvent implements Cancellable
Deprecated.
It is impractical to maintain this event. For instance, it is *not* called on Paper servers on reloads. Use regular PluginEnableEvent instead.
ScalaPluginEnable event is called by the IScalaPluginLoader when IScalaPlugins are enabled. In contrast to regular PluginEnableEvent for JavaPlugins, this event CAN in fact be cancelled.