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
// virtual functions
17
// NOLINTBEGIN
18
virtual
bool
mayPlace(
::BlockSource
& region,
::BlockPos
const
& pos)
const
/*override*/
;
19
20
virtual
bool
mayPlaceOn(
::BlockSource
& region,
::BlockPos
const
& pos)
const
/*override*/
;
21
22
virtual
~CactusFlowerBlock
()
/*override*/
=
default
;
23
// NOLINTEND
24
25
public
:
26
// virtual function thunks
27
// NOLINTBEGIN
28
MCFOLD
bool
$mayPlace(
::BlockSource
& region,
::BlockPos
const
& pos)
const
;
29
30
MCAPI
bool
$mayPlaceOn(
::BlockSource
& region,
::BlockPos
const
& pos)
const
;
31
32
33
// NOLINTEND
34
35
public
:
36
// vftables
37
// NOLINTBEGIN
38
MCAPI
static
void
** $vftable();
39
// NOLINTEND
40
};
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:68
CactusFlowerBlock
Definition
CactusFlowerBlock.h:14
FoliageBlock
Definition
FoliageBlock.h:23
src
mc
world
level
block
CactusFlowerBlock.h
Generated on
for LeviLamina by
1.16.1