LeviLamina
Loading...
Searching...
No Matches
ConstantHeight.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/v2/HeightProvider.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
IRandom
;
11
namespace
br::worldgen {
class
VerticalAnchor; }
12
namespace
br::worldgen {
class
WorldGenContext
; }
13
// clang-format on
14
15
namespace
br::worldgen {
16
17
class
ConstantHeight
:
public
::br::worldgen::HeightProvider
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 16, ::br::worldgen::VerticalAnchor> mAnchor;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 1
28
virtual
int
sample(
::IRandom
&,
::br::worldgen::WorldGenContext
const
& heightAccessor)
const
/*override*/
;
29
30
// vIndex: 0
31
virtual
~ConstantHeight
()
/*override*/
=
default
;
32
// NOLINTEND
33
34
public
:
35
// destructor thunk
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
40
public
:
41
// virtual function thunks
42
// NOLINTBEGIN
43
MCAPI
int
$sample(
::IRandom
&,
::br::worldgen::WorldGenContext
const
& heightAccessor)
const
;
44
// NOLINTEND
45
46
public
:
47
// vftables
48
// NOLINTBEGIN
49
MCAPI
static
void
** $vftable();
50
// NOLINTEND
51
};
52
53
}
// namespace br::worldgen
IRandom
Definition
IRandom.h:10
br::worldgen::ConstantHeight
Definition
ConstantHeight.h:17
br::worldgen::WorldGenContext
Definition
WorldGenContext.h:7
WorldGenContext
Definition
WorldGenContext.h:13
br::worldgen::HeightProvider
Definition
HeightProvider.h:13
src
mc
world
level
levelgen
v2
ConstantHeight.h
Generated on Sat Apr 26 2025 05:56:28 for LeviLamina by
1.12.0