LeviLamina
Loading...
Searching...
No Matches
MapPolicy.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
BlockPos
;
8
class
BlockSource
;
9
namespace
mce {
class
Color
; }
10
// clang-format on
11
12
namespace
BiomeColorSampling {
13
14
class
MapPolicy
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
~MapPolicy
();
19
20
virtual ::mce::Color get(
::BlockSource
&,
::BlockPos
const
&)
const
= 0;
21
// NOLINTEND
22
23
public
:
24
// destructor thunk
25
// NOLINTBEGIN
26
MCFOLD
void
$dtor();
27
// NOLINTEND
28
29
public
:
30
// virtual function thunks
31
// NOLINTBEGIN
32
33
// NOLINTEND
34
35
public
:
36
// vftables
37
// NOLINTBEGIN
38
MCNAPI
static
void
**
$vftable
();
39
// NOLINTEND
40
};
41
42
}
// namespace BiomeColorSampling
BiomeColorSampling::MapPolicy
Definition
MapPolicy.h:14
BiomeColorSampling::MapPolicy::$vftable
static MCAPI void ** $vftable()
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:68
mce::Color
Definition
Color.h:13
src
mc
world
level
biome
biome_color_sampling
MapPolicy.h
Generated on
for LeviLamina by
1.16.1