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
8
class
ChunkLocalHeight
;
9
// clang-format on
10
11
class
ChunkBlockPos
{
12
public
:
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
};
ChunkBlockPos
Definition
ChunkBlockPos.h:11
ChunkLocalHeight
Definition
ChunkLocalHeight.h:5
src
mc
world
level
ChunkBlockPos.h
Generated on Sat Apr 26 2025 05:56:23 for LeviLamina by
1.12.0