LeviLamina
Loading...
Searching...
No Matches
ChunkBlockPos.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4#include "mc/world/level/ChunkLocalHeight.h"
5
6// auto generated forward declare list
7// clang-format off
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<1, 1, uchar> x;
16 ::ll::TypedStorage<1, 1, uchar> z;
17 ::ll::TypedStorage<2, 2, ::ChunkLocalHeight> y;
18 // NOLINTEND
19};
Definition ChunkBlockPos.h:11
Definition ChunkLocalHeight.h:5