Class endstone::DimensionLoadEvent¶
ClassList > endstone > DimensionLoadEvent
Called when a dimension is loaded.
#include <endstone/event/level/dimension_load_event.h>
Inherits the following classes: endstone::DimensionEvent
Public Functions¶
| Type | Name |
|---|---|
| DimensionLoadEvent (const NotNull< Dimension > & dimension) |
|
| ENDSTONE_EVENT (DimensionLoadEvent) |
|
| ~DimensionLoadEvent () override |
Public Functions inherited from endstone::DimensionEvent¶
| Type | Name |
|---|---|
| DimensionEvent (const NotNull< Dimension > & dimension) |
|
| const NotNull< Dimension > & | getDimension () const Gets the dimension primarily involved with this event. |
Public Functions inherited from endstone::LevelEvent¶
| Type | Name |
|---|---|
| LevelEvent (Level & level) |
|
| Level & | getLevel () const Gets the level primarily involved with this event. |
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 Gets a user-friendly identifier for this event. |
| bool | isAsynchronous () const Any custom event that should not by synchronized with other events must use the specific constructor. |
| Event & | operator= (const Event &) = delete |
| Event & | operator= (Event &&) = default |
| virtual | ~Event () = default |
Public Functions Documentation¶
function DimensionLoadEvent¶
inline explicit endstone::DimensionLoadEvent::DimensionLoadEvent (
const NotNull < Dimension > & dimension
)
function ENDSTONE_EVENT¶
function ~DimensionLoadEvent¶
The documentation for this class was generated from the following file include/endstone/event/level/dimension_load_event.h