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
virtual
bool
place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
/*override*/
;
30
31
virtual
~LegacyFlowerFeature
()
/*override*/
=
default
;
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
MCAPI
bool
$place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
;
38
39
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCNAPI
static
void
**
$vftable
();
46
// NOLINTEND
47
};
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:68
Feature
Definition
Feature.h:18
LegacyFlowerFeature
Definition
LegacyFlowerFeature.h:17
LegacyFlowerFeature::$vftable
static MCAPI void ** $vftable()
Random
Definition
Random.h:10
src
mc
world
level
levelgen
feature
LegacyFlowerFeature.h
Generated on
for LeviLamina by
1.16.1