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 inclusion list
7#include "mc/world/level/ChunkLocalHeight.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<1, 1, uchar> x;
14 ::ll::TypedStorage<1, 1, uchar> z;
15 ::ll::TypedStorage<2, 2, ::ChunkLocalHeight> y;
16 // NOLINTEND
17};
Definition ChunkBlockPos.h:9