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
// vIndex: 1
29
virtual
int
sample(
::IRandom
&,
::br::worldgen::WorldGenContext
const
& heightAccessor)
const
/*override*/
;
30
31
// vIndex: 0
32
virtual
~ConstantHeight
()
/*override*/
=
default
;
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
MCNAPI
int
$sample
(
::IRandom
&,
::br::worldgen::WorldGenContext
const
& heightAccessor)
const
;
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:10
br::worldgen::ConstantHeight
Definition
ConstantHeight.h:18
br::worldgen::ConstantHeight::$vftable
static MCAPI void ** $vftable()
br::worldgen::ConstantHeight::$sample
MCAPI int $sample(::IRandom &, ::br::worldgen::WorldGenContext const &heightAccessor) const
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 Fri Jun 13 2025 05:05:22 for LeviLamina by
1.12.0