LeviLamina
Loading...
Searching...
No Matches
CactusFlowerBlock.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/FoliageBlock.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BlockPos
;
11
class
BlockSource
;
12
// clang-format on
13
14
class
CactusFlowerBlock :
public
::FoliageBlock {
15
public
:
16
// prevent constructor by default
17
CactusFlowerBlock();
18
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
virtual
bool
mayPlace(
::BlockSource
& region,
::BlockPos
const
& pos)
const
/*override*/
;
23
24
virtual
bool
mayPlaceOn(
::BlockSource
& region,
::BlockPos
const
& pos)
const
/*override*/
;
25
// NOLINTEND
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI CactusFlowerBlock(::std::string
const
& nameId,
int
id
);
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
MCAPI
void
* $ctor(::std::string
const
& nameId,
int
id
);
37
// NOLINTEND
38
39
public
:
40
// virtual function thunks
41
// NOLINTBEGIN
42
MCFOLD
bool
$mayPlace(
::BlockSource
& region,
::BlockPos
const
& pos)
const
;
43
44
MCAPI
bool
$mayPlaceOn(
::BlockSource
& region,
::BlockPos
const
& pos)
const
;
45
46
47
// NOLINTEND
48
49
public
:
50
// vftables
51
// NOLINTBEGIN
52
MCAPI
static
void
** $vftable();
53
// NOLINTEND
54
};
BlockPos
Definition
BlockPos.h:21
BlockSource
Definition
BlockSource.h:73
src
mc
world
level
block
CactusFlowerBlock.h
Generated on
for LeviLamina by
1.16.1