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