Skip to content

Class endstone::Position

ClassList > endstone > Position

Represents a 3-dimensional position in a dimension within a level.

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

Inherits the following classes: endstone::Vector

Inherited by the following classes: endstone::Location

Public Functions

Type Name
Position (Dimension * dimension, float x, float y, float z)
Dimension * getDimension () const
void setDimension (Dimension & dimension)

Public Functions inherited from endstone::Vector

See endstone::Vector

Type Name
constexpr Vector ()
constexpr Vector (T x, T y, T z)
constexpr T distance (const Vector< T > & other) const
constexpr T distanceSquared (const Vector< T > & other) const
constexpr T getX () const
constexpr T getY () const
constexpr T getZ () const
constexpr T length () const
constexpr T lengthSquared () const
constexpr Vector< T > operator* (const Vector< T > & other) const
Vector< T > operator* (T scalar) const
Vector< T > & operator*= (const Vector< T > & other)
constexpr Vector< T > operator+ (const Vector< T > & other) const
Vector< T > operator+ (T scalar) const
Vector< T > & operator+= (const Vector< T > & other)
constexpr Vector< T > operator- (const Vector< T > & other) const
Vector< T > operator- (T scalar) const
Vector< T > & operator-= (const Vector< T > & other)
constexpr Vector< T > operator/ (const Vector< T > & other) const
Vector< T > operator/ (T scalar) const
Vector< T > & operator/= (const Vector< T > & other)
constexpr void setX (T x)
constexpr void setY (T y)
constexpr void setZ (T z)
std::string toString () const

Public Functions Documentation

function Position

inline endstone::Position::Position (
    Dimension * dimension,
    float x,
    float y,
    float z
) 

function getDimension

inline Dimension * endstone::Position::getDimension () const

Gets the dimension that this position resides in

Returns:

Dimension that contains this position, or nullptr if the dimension is not set.


function setDimension

inline void endstone::Position::setDimension (
    Dimension & dimension
) 

Sets the dimension that this position resides in

Parameters:

  • dimension New dimension that this position resides in


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