LeviLamina
Loading...
Searching...
No Matches
GlowLichenBlock.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/MultifaceBlock.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Actor
;
12
class
Block
;
13
class
BlockLegacy
;
14
class
BlockPos
;
15
class
BlockSource
;
16
// clang-format on
17
18
class
GlowLichenBlock
:
public
::MultifaceBlock
{
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
// vIndex: 74
23
virtual
bool
24
onFertilized(
::BlockSource
& region,
::BlockPos
const
& pos,
::Actor
* entity, ::FertilizerType fType)
const
25
/*override*/
;
26
27
// vIndex: 76
28
virtual
bool
canBeFertilized(
::BlockSource
& region,
::BlockPos
const
& pos,
::Block
const
& aboveBlock)
const
29
/*override*/
;
30
31
// vIndex: 125
32
virtual ::BlockLegacy& init()
/*override*/
;
33
34
// vIndex: 0
35
virtual
~GlowLichenBlock
()
/*override*/
=
default
;
36
// NOLINTEND
37
38
public
:
39
// member functions
40
// NOLINTBEGIN
41
MCAPI
bool
fertilize(
::BlockSource
& region,
::BlockPos
const
& pos)
const
;
42
// NOLINTEND
43
44
public
:
45
// destructor thunk
46
// NOLINTBEGIN
47
48
// NOLINTEND
49
50
public
:
51
// virtual function thunks
52
// NOLINTBEGIN
53
MCAPI
bool
54
$onFertilized(
::BlockSource
& region,
::BlockPos
const
& pos,
::Actor
* entity, ::FertilizerType fType)
const
;
55
56
MCAPI
bool
$canBeFertilized(
::BlockSource
& region,
::BlockPos
const
& pos,
::Block
const
& aboveBlock)
const
;
57
58
MCAPI ::BlockLegacy& $init();
59
// NOLINTEND
60
61
public
:
62
// vftables
63
// NOLINTBEGIN
64
MCAPI
static
void
** $vftable();
65
// NOLINTEND
66
};
Actor
Definition
Actor.h:104
BlockLegacy
Definition
BlockLegacy.h:88
BlockPos
Definition
BlockPos.h:18
BlockSource
Definition
BlockSource.h:67
Block
Definition
Block.h:36
GlowLichenBlock
Definition
GlowLichenBlock.h:18
MultifaceBlock
Definition
MultifaceBlock.h:28
src
mc
world
level
block
GlowLichenBlock.h
Generated on Sat Apr 26 2025 05:56:21 for LeviLamina by
1.12.0