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