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