LeviLamina
Loading...
Searching...
No Matches
MeadowFlowerFeature.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/feature/Feature.h"
7
#include "mc/world/level/levelgen/synth/PerlinSimplexNoise.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Block
;
12
class
BlockPos
;
13
class
BlockSource
;
14
class
Random
;
15
// clang-format on
16
17
class
MeadowFlowerFeature
:
public
::Feature
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 40, ::PerlinSimplexNoise const> mBiomeInfoNoise;
22
::ll::TypedStorage<8, 64, ::std::array<::Block const*, 8>
const
> mPossibleBlocks;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
// vIndex: 4
29
virtual
bool
place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
&)
const
/*override*/
;
30
31
// vIndex: 0
32
virtual
~MeadowFlowerFeature
()
/*override*/
=
default
;
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
MCAPI
bool
$place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
&)
const
;
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
BlockPos
Definition
BlockPos.h:17
BlockSource
Definition
BlockSource.h:66
Block
Definition
Block.h:37
Feature
Definition
Feature.h:18
MeadowFlowerFeature
Definition
MeadowFlowerFeature.h:17
MeadowFlowerFeature::$vftable
static MCAPI void ** $vftable()
Random
Definition
Random.h:10
src-server
mc
world
level
levelgen
feature
MeadowFlowerFeature.h
Generated on Sun Oct 12 2025 06:32:31 for LeviLamina by
1.12.0