LeviLamina
Loading...
Searching...
No Matches
GravelBlock.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/FallingBlock.h"
8
9// auto generated forward declare list
10// clang-format off
11class Actor;
12class Block;
13class BlockPos;
14class BlockSource;
15namespace mce { class Color; }
16// clang-format on
17
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 // vIndex: 146
23 virtual ::mce::Color getDustColor(::Block const& block) const /*override*/;
24
25 // vIndex: 147
26 virtual ::std::string getDustParticleName(::Block const& block) const /*override*/;
27
28 // vIndex: 73
29 virtual bool
30 onFertilized(::BlockSource& region, ::BlockPos const& pos, ::Actor* entity, ::FertilizerType fType) const
31 /*override*/;
32
33 // vIndex: 74
34 virtual bool mayConsumeFertilizer(::BlockSource& region) const /*override*/;
35
36 // vIndex: 75
37 virtual bool canBeFertilized(::BlockSource& region, ::BlockPos const& pos, ::Block const& aboveBlock) const
38 /*override*/;
39
40 // vIndex: 45
41 virtual bool canBeOriginalSurface() const /*override*/;
42
43 // vIndex: 0
44 virtual ~GravelBlock() /*override*/ = default;
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCFOLD ::mce::Color $getDustColor(::Block const& block) const;
51
52 MCFOLD ::std::string $getDustParticleName(::Block const& block) const;
53
54 MCFOLD bool
55 $onFertilized(::BlockSource& region, ::BlockPos const& pos, ::Actor* entity, ::FertilizerType fType) const;
56
57 MCFOLD bool $mayConsumeFertilizer(::BlockSource& region) const;
58
59 MCFOLD bool $canBeFertilized(::BlockSource& region, ::BlockPos const& pos, ::Block const& aboveBlock) const;
60
61 MCFOLD bool $canBeOriginalSurface() const;
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCNAPI static void** $vftable();
68 // NOLINTEND
69};
Definition Actor.h:103
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition Block.h:38
Definition FallingBlock.h:20
Definition GravelBlock.h:18
static MCAPI void ** $vftable()