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