LeviLamina
Loading...
Searching...
No Matches
Pos2d.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
#include "mc/world/level/BlockPos.h"
5
6
class
Pos2d
:
public
ll::math::intN2<Pos2d> {
7
public
:
8
using
intN2::intN2;
9
10
[[nodiscard]]
constexpr
Pos2d
(
BlockPos
const
& pos) : intN2(pos.x, pos.z) {}
11
};
BlockPos
Definition
BlockPos.h:18
Pos2d
Definition
Pos2d.h:6
src
mc
world
level
Pos2d.h
Generated on Sat Apr 26 2025 05:56:30 for LeviLamina by
1.12.0