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
BlockPos
;
14
class
BlockSource
;
15
class
BlockType
;
16
// clang-format on
17
18
class
GlowLichenBlock
:
public
::MultifaceBlock {
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
virtual
bool
23
onFertilized(
::BlockSource
& region,
::BlockPos
const
& pos,
::Actor
* actor, ::FertilizerType fType)
const
24
/*override*/
;
25
26
virtual
bool
canBeFertilized(
::BlockSource
& region,
::BlockPos
const
& pos,
::Block
const
& aboveBlock)
const
27
/*override*/
;
28
29
virtual ::BlockType& init()
/*override*/
;
30
31
virtual
~GlowLichenBlock
()
/*override*/
=
default
;
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
MCAPI
bool
38
$onFertilized(
::BlockSource
& region,
::BlockPos
const
& pos,
::Actor
* actor, ::FertilizerType fType)
const
;
39
40
MCAPI
bool
$canBeFertilized(
::BlockSource
& region,
::BlockPos
const
& pos,
::Block
const
& aboveBlock)
const
;
41
42
MCAPI ::BlockType& $init();
43
44
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCAPI
static
void
**
$vftable
();
51
// NOLINTEND
52
};
Actor
Definition
Actor.h:105
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:68
BlockType
Definition
BlockType.h:84
Block
Definition
Block.h:43
GlowLichenBlock
Definition
GlowLichenBlock.h:18
MultifaceBlock::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
block
GlowLichenBlock.h
Generated on
for LeviLamina by
1.16.1