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