LeviLamina
Loading...
Searching...
No Matches
WorldGenCache.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
ChunkLocalNoiseCache
;
8
class
SurfaceLevelCache
;
9
// clang-format on
10
11
class
WorldGenCache
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::UntypedStorage<8, 40>
mUnkcf4614;
16
::ll::UntypedStorage<8, 56>
mUnkce6009;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
WorldGenCache
& operator=(
WorldGenCache
const
&);
22
WorldGenCache
(
WorldGenCache
const
&);
23
WorldGenCache
();
24
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
MCAPI
WorldGenCache
(
::ChunkLocalNoiseCache
chunkLocalNoiseCache,
::SurfaceLevelCache
surfaceLevelCache);
29
30
MCAPI
~WorldGenCache
();
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
MCAPI
void
* $ctor(
::ChunkLocalNoiseCache
chunkLocalNoiseCache,
::SurfaceLevelCache
surfaceLevelCache);
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
MCAPI
void
$dtor();
43
// NOLINTEND
44
};
ChunkLocalNoiseCache
Definition
ChunkLocalNoiseCache.h:8
SurfaceLevelCache
Definition
SurfaceLevelCache.h:9
WorldGenCache
Definition
WorldGenCache.h:11
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
v1
WorldGenCache.h
Generated on Sat Apr 26 2025 05:56:28 for LeviLamina by
1.12.0