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