LeviLamina
Loading...
Searching...
No Matches
HeightProvider.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
IRandom
;
8
namespace
br::worldgen {
class
WorldGenContext
; }
9
// clang-format on
10
11
namespace
br::worldgen {
12
13
struct
HeightProvider
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual
~HeightProvider
() =
default
;
19
20
// vIndex: 1
21
virtual
int
sample(
::IRandom
&,
::br::worldgen::WorldGenContext
const
&)
const
= 0;
22
// NOLINTEND
23
24
public
:
25
// destructor thunk
26
// NOLINTBEGIN
27
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
};
36
37
}
// namespace br::worldgen
IRandom
Definition
IRandom.h:10
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
HeightProvider.h
Generated on Sat Apr 26 2025 05:56:28 for LeviLamina by
1.12.0