LeviLamina
Loading...
Searching...
No Matches
SubChunkPos.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class SubChunkPos : public ll::math::intN3<SubChunkPos> {
6public:
7 using intN3::intN3;
8
9public:
10 // static variables
11 // NOLINTBEGIN
12 MCAPI static ::SubChunkPos const& MAX();
13
14 MCAPI static ::SubChunkPos const& MIN();
15
16 MCAPI static ::SubChunkPos const& ONE();
17
18 MCAPI static ::SubChunkPos const& ZERO();
19 // NOLINTEND
20
21public:
22 // constructor thunks
23 // NOLINTBEGIN
24 MCAPI void* $ctor(::BlockPos const& bp);
25 // NOLINTEND
26};
Definition BlockPos.h:21
Definition SubChunkPos.h:5