Class endstone::ServerLoadEvent¶
ClassList > endstone > ServerLoadEvent
Called when either the server startup or reload has completed.
#include <endstone/event/server/server_load_event.h>
Inherits the following classes: endstone::ServerEvent
Public Types¶
Type | Name |
---|---|
enum | LoadType |
Public Static Attributes¶
Public Functions¶
Type | Name |
---|---|
ServerLoadEvent (LoadType type) |
|
virtual std::string | getEventName () override const |
LoadType | getType () const |
Public Functions inherited from endstone::ServerEvent¶
Public Functions inherited from endstone::Event¶
See endstone::Event
Public Types Documentation¶
enum LoadType¶
Public Static Attributes Documentation¶
variable NAME¶
Public Functions Documentation¶
function ServerLoadEvent¶
function getEventName¶
Gets a user-friendly identifier for this event.
Returns:
name of this event
Implements endstone::Event::getEventName
function getType¶
The documentation for this class was generated from the following file include/endstone/event/server/server_load_event.h