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
11class Actor;
12class Block;
13class BlockPos;
14class BlockSource;
15class BlockType;
16// clang-format on
17
18class GlowLichenBlock : public ::MultifaceBlock {
19public:
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
34public:
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
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCAPI static void** $vftable();
51 // NOLINTEND
52};
Definition Actor.h:105
Definition BlockPos.h:19
Definition BlockSource.h:68
Definition BlockType.h:84
Definition Block.h:43
Definition GlowLichenBlock.h:18
static MCAPI void ** $vftable()