endstone::ServerLoadEvent
Called when either the server startup or reload has completed.
Bases: endstone::ServerEvent
Types:
| Name | Description |
|---|---|
LoadType |
Attributes:
| Name | Description |
|---|---|
NAME |
Functions:
| Name | Description |
|---|---|
ServerLoadEvent | |
getEventName | |
getType |
LoadType
enum LoadType { Startup, Reload }; NAME
const std::string endstone::ServerLoadEvent::NAME; ServerLoadEvent
ServerLoadEvent(LoadType type) getEventName
std::string getEventName() override constGets a user-friendly identifier for this event.
Returns:
name of this event
getType
LoadType getType() constLast updated on