Skip to content

Class endstone::ServerEvent

ClassList > endstone > ServerEvent

Represents a Server-related event.

  • #include <endstone/event/server/server_event.h>

Inherits the following classes: endstone::Event

Inherited by the following classes: endstone::Cancellable, endstone::MapInitializeEvent, endstone::PluginDisableEvent, endstone::PluginEnableEvent, endstone::ServerLoadEvent

Public Functions

Type Name
Event (bool async=false)
Event (const Event &) = delete
Event (Event &&) = default

Public Functions inherited from endstone::Event

See endstone::Event

Type Name
Event (bool async=false)
Event (const Event &) = delete
Event (Event &&) = default
virtual std::string getEventName () const = 0
bool isAsynchronous () const
Event & operator= (const Event &) = delete
Event & operator= (Event &&) = default
virtual ~Event () = default

Public Functions Documentation

function Event [⅓]

inline explicit endstone::ServerEvent::Event (
    bool async=false
) 

function Event [⅔]

endstone::ServerEvent::Event (
    const  Event &
) = delete

function Event [3/3]

endstone::ServerEvent::Event (
    Event &&
) = default


The documentation for this class was generated from the following file include/endstone/event/server/server_event.h