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 MCNAPI static ::SubChunkPos const& MAX();
13
14 MCNAPI static ::SubChunkPos const& MIN();
15
16 MCNAPI static ::SubChunkPos const& ONE();
17
18 MCNAPI static ::SubChunkPos const& ZERO();
19 // NOLINTEND
20};
Definition SubChunkPos.h:5
static MCAPI ::SubChunkPos const & MAX()
static MCAPI ::SubChunkPos const & MIN()
static MCAPI ::SubChunkPos const & ONE()
static MCAPI ::SubChunkPos const & ZERO()