LeviLamina
Loading...
Searching...
No Matches
WorldGenContext.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Aquifer
;
8
class
Block
;
9
class
BlockPos
;
10
class
IPreliminarySurfaceProvider
;
11
// clang-format on
12
13
struct
WorldGenContext
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 8, ::Aquifer*> mAquifer;
18
::ll::TypedStorage<8, 64, ::std::function<void(
::BlockPos
const
&,
::Block
const
&,
int
)>> mTickUpdateFn;
19
::ll::TypedStorage<8, 8, ::IPreliminarySurfaceProvider const*> mPreliminarySurfaceProvider;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
WorldGenContext
& operator=(
WorldGenContext
const
&);
25
WorldGenContext
();
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCNAPI
WorldGenContext
(
::WorldGenContext
const
&);
31
32
MCNAPI
~WorldGenContext
();
33
// NOLINTEND
34
35
public
:
36
// constructor thunks
37
// NOLINTBEGIN
38
MCNAPI
void
*
$ctor
(
::WorldGenContext
const
&);
39
// NOLINTEND
40
41
public
:
42
// destructor thunk
43
// NOLINTBEGIN
44
MCNAPI
void
$dtor
();
45
// NOLINTEND
46
};
Aquifer
Definition
Aquifer.h:16
BlockPos
Definition
BlockPos.h:18
Block
Definition
Block.h:38
IPreliminarySurfaceProvider
Definition
IPreliminarySurfaceProvider.h:8
WorldGenContext
Definition
WorldGenContext.h:13
WorldGenContext::WorldGenContext
MCAPI WorldGenContext(::WorldGenContext const &)
WorldGenContext::$ctor
MCAPI void * $ctor(::WorldGenContext const &)
WorldGenContext::$dtor
MCAPI void $dtor()
WorldGenContext::~WorldGenContext
MCAPI ~WorldGenContext()
src
mc
world
level
WorldGenContext.h
Generated on Fri Jun 13 2025 05:05:25 for LeviLamina by
1.12.0