endstone::PluginDisableEvent
Called when a plugin is disabled.
Bases: endstone::ServerEvent
Attributes:
| Name | Description |
|---|---|
NAME |
Functions:
| Name | Description |
|---|---|
PluginDisableEvent | |
getEventName | |
getPlugin |
NAME
const std::string endstone::PluginDisableEvent::NAME; PluginDisableEvent
PluginDisableEvent(Plugin &plugin) getEventName
std::string getEventName() override constGets a user-friendly identifier for this event.
Returns:
name of this event
getPlugin
Plugin &getPlugin() constGets the plugin involved in this event
Returns:
Plugin for this event
Last updated on