LeviLamina
Loading...
Searching...
No Matches
BiomeIdLatticeBatch.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
BiomeIdLatticeBatch
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<4, 4, int> mAreaOffset;
10
::ll::TypedStorage<4, 4, int> mGridOffset;
11
::ll::TypedStorage<8, 24, ::std::vector<int>> mBiomeIds;
12
// NOLINTEND
13
14
public
:
15
// member functions
16
// NOLINTBEGIN
17
#ifdef LL_PLAT_C
18
MCAPI
~BiomeIdLatticeBatch
();
19
#endif
20
// NOLINTEND
21
22
public
:
23
// destructor thunk
24
// NOLINTBEGIN
25
#ifdef LL_PLAT_C
26
MCFOLD
void
$dtor();
27
#endif
28
// NOLINTEND
29
};
BiomeIdLatticeBatch
Definition
BiomeIdLatticeBatch.h:5
src
mc
world
level
biome
BiomeIdLatticeBatch.h
Generated on
for LeviLamina by
1.16.1