LeviLamina
Loading...
Searching...
No Matches
UniformHeight.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
UniformHeight
:
public
::br::worldgen::HeightProvider
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 16, ::br::worldgen::VerticalAnchor> mMinInclusive;
22
::ll::TypedStorage<8, 16, ::br::worldgen::VerticalAnchor> mMaxInclusive;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
// vIndex: 1
29
virtual
int
sample(
::IRandom
& randomSource,
::br::worldgen::WorldGenContext
const
& heightAccessor)
const
30
/*override*/
;
31
32
// vIndex: 0
33
virtual
~UniformHeight
()
/*override*/
=
default
;
34
// NOLINTEND
35
36
public
:
37
// member functions
38
// NOLINTBEGIN
39
MCAPI ::std::string toString()
const
;
40
// NOLINTEND
41
42
public
:
43
// destructor thunk
44
// NOLINTBEGIN
45
46
// NOLINTEND
47
48
public
:
49
// virtual function thunks
50
// NOLINTBEGIN
51
MCAPI
int
$sample(
::IRandom
& randomSource,
::br::worldgen::WorldGenContext
const
& heightAccessor)
const
;
52
// NOLINTEND
53
54
public
:
55
// vftables
56
// NOLINTBEGIN
57
MCAPI
static
void
** $vftable();
58
// NOLINTEND
59
};
60
61
}
// namespace br::worldgen
IRandom
Definition
IRandom.h:10
br::worldgen::UniformHeight
Definition
UniformHeight.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
UniformHeight.h
Generated on Sat Apr 26 2025 05:56:29 for LeviLamina by
1.12.0