Skip to content

Class endstone::Dimension

ClassList > endstone > Dimension

Represents a dimension within a Level .

  • #include <endstone/level/dimension.h>

Public Types

Type Name
enum Type
Represents various dimension types.

Public Functions

Type Name
virtual Level & getLevel () const = 0
Gets the level to which this dimension belongs.
virtual std::string getName () const = 0
Gets the name of this dimension.
virtual Type getType () const = 0
Gets the type of this dimension.
virtual ~Dimension () = default

Public Types Documentation

enum Type

enum endstone::Dimension::Type {
    Overworld = 0,
    Nether = 1,
    TheEnd = 2,
    Custom = 999
};

Public Functions Documentation

function getLevel

Gets the level to which this dimension belongs.

virtual Level & endstone::Dimension::getLevel () const = 0

Returns:

Level containing this dimension.


function getName

Gets the name of this dimension.

virtual std::string endstone::Dimension::getName () const = 0

Returns:

Name of this dimension


function getType

Gets the type of this dimension.

virtual Type endstone::Dimension::getType () const = 0

Returns:

Type of this dimension


function ~Dimension

virtual endstone::Dimension::~Dimension () = default


The documentation for this class was generated from the following file include/endstone/level/dimension.h