File BlockPos.hpp

class BlockPos

Subclassed by NetworkBlockPosition

Public Functions

inline BlockPos(int x, int y, int z)
inline BlockPos below() const
inline BlockPos above() const
inline constexpr size_t hashCode() const
inline bool operator==(const BlockPos &other) const

Public Members

int x
int y
int z
template<>
struct formatter<BlockPos>

Public Functions

inline constexpr auto parse(fmt::format_parse_context &ctx)
template<typename FormatContext>
inline auto format(const BlockPos &pos, FormatContext &ctx)
namespace std
template<>
struct hash<BlockPos>

Public Functions

inline size_t operator()(const BlockPos &pos) const