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
#include "mc/world/level/levelgen/v2/VerticalAnchor.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
IRandom
;
12
namespace
br::worldgen {
class
VerticalAnchor
; }
13
namespace
br::worldgen {
class
WorldGenContext
; }
14
// clang-format on
15
16
namespace
br::worldgen {
17
18
class
ConstantHeight
:
public
::br::worldgen::HeightProvider
{
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<8, 16, ::br::worldgen::VerticalAnchor> mAnchor;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
virtual
int
sample(
::IRandom
&,
::br::worldgen::WorldGenContext
const
& heightAccessor)
const
/*override*/
;
29
30
virtual
~ConstantHeight
()
/*override*/
=
default
;
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
MCAPI
int
$sample(
::IRandom
&,
::br::worldgen::WorldGenContext
const
& heightAccessor)
const
;
37
38
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
47
48
}
// namespace br::worldgen
IRandom
Definition
IRandom.h:13
br::worldgen::ConstantHeight
Definition
ConstantHeight.h:18
br::worldgen::ConstantHeight::$vftable
static MCAPI void ** $vftable()
br::worldgen::VerticalAnchor
Definition
VerticalAnchor.h:12
br::worldgen::WorldGenContext
Definition
WorldGenContext.h:7
br::worldgen::HeightProvider
Definition
HeightProvider.h:13
src
mc
world
level
levelgen
v2
ConstantHeight.h
Generated on
for LeviLamina by
1.16.1