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
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
MCAPI ::mce::Color $get(
::BlockSource
& region,
::BlockPos
const
& pos)
const
;
36
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
46
47
}
// 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:24
BlockPos
Definition
BlockPos.h:21
BlockSource
Definition
BlockSource.h:73
mce::Color
Definition
Color.h:13
src
mc
world
level
biome
biome_color_sampling
BiomeAndPatternMapPolicy.h
Generated on
for LeviLamina by
1.16.1