LeviLamina
Loading...
Searching...
No Matches
BushBlock.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/FoliageBlock.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
BushBlock :
public
::FoliageBlock {
18
public
:
19
// prevent constructor by default
20
BushBlock();
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual
bool
mayPlace(
::BlockSource
& region,
::BlockPos
const
& pos)
const
/*override*/
;
26
27
virtual
bool
canBeFertilized(
::BlockSource
&,
::BlockPos
const
&,
::Block
const
&)
const
/*override*/
;
28
29
virtual
bool
onFertilized(
::BlockSource
& region,
::BlockPos
const
& pos,
::Actor
*, ::FertilizerType)
const
30
/*override*/
;
31
// NOLINTEND
32
33
public
:
34
// member functions
35
// NOLINTBEGIN
36
MCAPI BushBlock(::std::string
const
& nameId,
int
id
);
37
// NOLINTEND
38
39
public
:
40
// constructor thunks
41
// NOLINTBEGIN
42
MCAPI
void
* $ctor(::std::string
const
& nameId,
int
id
);
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCFOLD
bool
$mayPlace(
::BlockSource
& region,
::BlockPos
const
& pos)
const
;
49
50
MCFOLD
bool
$canBeFertilized(
::BlockSource
&,
::BlockPos
const
&,
::Block
const
&)
const
;
51
52
MCAPI
bool
$onFertilized(
::BlockSource
& region,
::BlockPos
const
& pos,
::Actor
*, ::FertilizerType)
const
;
53
54
55
// NOLINTEND
56
57
public
:
58
// vftables
59
// NOLINTBEGIN
60
MCAPI
static
void
** $vftable();
61
// NOLINTEND
62
};
Actor
Definition
Actor.h:125
BlockPos
Definition
BlockPos.h:21
BlockSource
Definition
BlockSource.h:73
Block
Definition
Block.h:69
src
mc
world
level
block
BushBlock.h
Generated on
for LeviLamina by
1.16.1