LeviLamina
Loading...
Searching...
No Matches
BiomeAndPatternMapPolicy.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/biome/biome_color_sampling/MapPolicy.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Biome
;
11
class
BlockPos
;
12
class
BlockSource
;
13
namespace
mce {
class
Color
; }
14
// clang-format on
15
16
namespace
BiomeColorSampling {
17
18
class
BiomeAndPatternMapPolicy
:
public
::BiomeColorSampling::MapPolicy
{
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<8, 8, ::gsl::not_null<int (*)(
::Biome
const
&,
::BlockPos
const
&)>
const
> mSampler;
23
::ll::TypedStorage<8, 24, ::std::vector<::BlockPos>
const
> mPattern;
24
// NOLINTEND
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
virtual ::mce::Color get(
::BlockSource
& region,
::BlockPos
const
& pos)
const
/*override*/
;
30
31
virtual
~BiomeAndPatternMapPolicy
()
/*override*/
=
default
;
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
MCAPI ::mce::Color $get(
::BlockSource
& region,
::BlockPos
const
& pos)
const
;
38
39
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCNAPI
static
void
**
$vftable
();
46
// NOLINTEND
47
};
48
49
}
// namespace BiomeColorSampling
BiomeColorSampling::BiomeAndPatternMapPolicy
Definition
BiomeAndPatternMapPolicy.h:18
BiomeColorSampling::BiomeAndPatternMapPolicy::$vftable
static MCAPI void ** $vftable()
BiomeColorSampling::MapPolicy
Definition
MapPolicy.h:14
Biome
Definition
Biome.h:23
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:68
mce::Color
Definition
Color.h:13
src
mc
world
level
biome
biome_color_sampling
BiomeAndPatternMapPolicy.h
Generated on
for LeviLamina by
1.16.1